NutzCN Logo
问答 dubbo启动service模块时没报错,但是controller无法调用业务层!
发布于 1312天前 作者 qq_fdcc91ff 2820 次浏览 复制 上一个帖子 下一个帖子
标签:
controller调用service的方法时报错
Error@/platform/yygl/special/init :
com.alibaba.dubbo.rpc.RpcException: No provider available from registry 127.0.0.1:2181 for service cn.wizzer.app.dy.modules.services.FilecategoryService on consumer 192.168.31.229 use dubbo version 2.6.6, please check status of providers(disabled, not registered or in blacklist).
	at com.alibaba.dubbo.registry.integration.RegistryDirectory.doList(RegistryDirectory.java:588)
	at com.alibaba.dubbo.rpc.cluster.directory.AbstractDirectory.list(AbstractDirectory.java:75)
	at com.alibaba.dubbo.rpc.cluster.support.AbstractClusterInvoker.list(AbstractClusterInvoker.java:277)
	at com.alibaba.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:238)
	at com.alibaba.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:75)
	at com.alibaba.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:52)
	at com.alibaba.dubbo.common.bytecode.proxy9.query(proxy9.java)
	at cn.wizzer.app.web.modules.controllers.platform.yygl.FilespecialController.init(FilespecialController.java:39)
	at cn.wizzer.app.web.modules.controllers.platform.yygl.FilespecialController$FM$init$9167d8a82b5e32feb9e38442536c5f26.invoke(FilespecialController.java)
	at org.nutz.mvc.impl.processor.MethodInvokeProcessor.process(MethodInvokeProcessor.java:31)
	at org.nutz.mvc.impl.processor.AbstractProcessor.doNext(AbstractProcessor.java:44)
	at org.nutz.mvc.impl.processor.AdaptorProcessor.process(AdaptorProcessor.java:38)
	at org.nutz.mvc.impl.processor.AbstractProcessor.doNext(AbstractProcessor.java:44)
	at org.nutz.mvc.impl.processor.ActionFiltersProcessor.process(ActionFiltersProcessor.java:58)
	at org.nutz.mvc.impl.processor.AbstractProcessor.doNext(AbstractProcessor.java:44)
	at cn.wizzer.app.web.commons.processor.XssSqlFilterProcessor.process(XssSqlFilterProcessor.java:35)
	at org.nutz.mvc.impl.processor.AbstractProcessor.doNext(AbstractProcessor.java:44)
	at cn.wizzer.app.web.commons.processor.NutShiroProcessor.process(NutShiroProcessor.java:52)
	at org.nutz.mvc.impl.processor.AbstractProcessor.doNext(AbstractProcessor.java:44)
	at org.nutz.mvc.impl.processor.ModuleProcessor.process(ModuleProcessor.java:123)
	at org.nutz.mvc.impl.processor.AbstractProcessor.doNext(AbstractProcessor.java:44)
	at org.nutz.mvc.impl.processor.EncodingProcessor.process(EncodingProcessor.java:27)
	at org.nutz.mvc.impl.processor.AbstractProcessor.doNext(AbstractProcessor.java:44)
	at org.nutz.mvc.impl.processor.UpdateRequestAttributesProcessor.process(UpdateRequestAttributesProcessor.java:15)
	at org.nutz.mvc.impl.processor.AbstractProcessor.doNext(AbstractProcessor.java:44)
	at cn.wizzer.app.web.commons.processor.GlobalsSettingProcessor.process(GlobalsSettingProcessor.java:49)
	at org.nutz.mvc.impl.processor.AbstractProcessor.doNext(AbstractProcessor.java:44)
	at cn.wizzer.app.web.commons.processor.LogTimeProcessor.process(LogTimeProcessor.java:21)
	at org.nutz.mvc.impl.NutActionChain.doChain(NutActionChain.java:44)
	at org.nutz.mvc.impl.ActionInvoker.invoke(ActionInvoker.java:67)
	at org.nutz.mvc.ActionHandler.handle(ActionHandler.java:31)
	at org.nutz.mvc.NutFilter.doFilter(NutFilter.java:202)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
	at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
	at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
	at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
	at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
	at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
	at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
	at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
	at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
	at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:383)
	at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
	at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at cn.wizzer.app.web.commons.filter.RouteFilter.doFilter(RouteFilter.java:31)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at cn.wizzer.app.web.commons.filter.SqlInjectFilter.doFilter(SqlInjectFilter.java:69)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at cn.wizzer.app.web.commons.filter.SessionFilter.doFilterInternal(SessionFilter.java:23)
	at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at org.nutz.mvc.WhaleFilter.doFilter(WhaleFilter.java:171)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1602)
	at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:214)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:146)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:257)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1711)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1347)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1678)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1249)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.Server.handle(Server.java:505)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:370)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:267)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:781)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:917)
	at java.lang.Thread.run(Thread.java:748)

service模块启动时有这个警告说没有defaultCompile这个扩展
[WARN ] 11:03:46.971 [main] com.alibaba.dubbo.config.spring.extension.SpringExtensionFactory - [DUBBO] No spring extension (bean) named:defaultCompiler, try to find an extension (bean) of type java.lang.String, dubbo version: 2.6.6, current host: 192.168.31.229
[WARN ] 11:03:46.981 [main] com.alibaba.dubbo.config.spring.extension.SpringExtensionFactory - [DUBBO] No spring extension (bean) named:defaultCompiler, type:java.lang.String found, stop get bean., dubbo version: 2.6.6, current host: 192.168.31.229
service模块没有报错
service启动时完整的日志:
D:\installFiles\java\jdk1.8\jdk1.8.0_181\bin\java.exe -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:58741,suspend=y,server=n -javaagent:C:\Users\xiaotang\AppData\Local\JetBrains\IntelliJIdea2020.1\captureAgent\debugger-agent.jar -Dfile.encoding=UTF-8 -classpath "D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\charsets.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\deploy.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\ext\access-bridge-64.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\ext\cldrdata.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\ext\dnsns.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\ext\jaccess.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\ext\jfxrt.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\ext\localedata.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\ext\nashorn.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\ext\sunec.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\ext\sunjce_provider.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\ext\sunmscapi.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\ext\sunpkcs11.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\ext\zipfs.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\javaws.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\jce.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\jfr.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\jfxswt.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\jsse.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\management-agent.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\plugin.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\resources.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\rt.jar;D:\ideaProject\wk-app\wk-nb-service-dy\target\classes;D:\ideaProject\wk-app\wk-common\target\classes;D:\maven\bos_repository\org\nutz\nutzboot-starter-weixin\2.3.7.v20190731\nutzboot-starter-weixin-2.3.7.v20190731.jar;D:\maven\bos_repository\org\nutz\nutzwx\1.r.68.v20190731\nutzwx-1.r.68.v20190731.jar;D:\maven\bos_repository\com\aliyun\oss\aliyun-sdk-oss\3.8.0\aliyun-sdk-oss-3.8.0.jar;D:\maven\bos_repository\org\apache\httpcomponents\httpclient\4.4.1\httpclient-4.4.1.jar;D:\maven\bos_repository\org\apache\httpcomponents\httpcore\4.4.1\httpcore-4.4.1.jar;D:\maven\bos_repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;D:\maven\bos_repository\commons-codec\commons-codec\1.9\commons-codec-1.9.jar;D:\maven\bos_repository\org\jdom\jdom\1.1\jdom-1.1.jar;D:\maven\bos_repository\org\codehaus\jettison\jettison\1.1\jettison-1.1.jar;D:\maven\bos_repository\stax\stax-api\1.0.1\stax-api-1.0.1.jar;D:\maven\bos_repository\com\aliyun\aliyun-java-sdk-core\3.4.0\aliyun-java-sdk-core-3.4.0.jar;D:\maven\bos_repository\com\aliyun\aliyun-java-sdk-ram\3.0.0\aliyun-java-sdk-ram-3.0.0.jar;D:\maven\bos_repository\com\aliyun\aliyun-java-sdk-sts\3.0.0\aliyun-java-sdk-sts-3.0.0.jar;D:\maven\bos_repository\com\aliyun\aliyun-java-sdk-ecs\4.2.0\aliyun-java-sdk-ecs-4.2.0.jar;D:\maven\bos_repository\cn\hutool\hutool-all\4.0.12\hutool-all-4.0.12.jar;D:\maven\bos_repository\org\nutz\nutz-integration-json4excel\1.r.68.v20190731\nutz-integration-json4excel-1.r.68.v20190731.jar;D:\maven\bos_repository\org\nutz\nutzboot-core\2.3.7.v20190731\nutzboot-core-2.3.7.v20190731.jar;D:\maven\bos_repository\org\nutz\nutz\1.r.68.v20190731\nutz-1.r.68.v20190731.jar;D:\maven\bos_repository\javax\servlet\javax.servlet-api\3.1.0\javax.servlet-api-3.1.0.jar;D:\maven\bos_repository\org\nutz\nutzboot-starter-dubbo\2.3.7.v20190731\nutzboot-starter-dubbo-2.3.7.v20190731.jar;D:\maven\bos_repository\org\nutz\nutz-integration-dubbo\1.r.68.v20190731\nutz-integration-dubbo-1.r.68.v20190731.jar;D:\maven\bos_repository\org\apache\curator\curator-framework\4.0.1\curator-framework-4.0.1.jar;D:\maven\bos_repository\org\apache\curator\curator-client\4.0.1\curator-client-4.0.1.jar;D:\maven\bos_repository\com\google\guava\guava\20.0\guava-20.0.jar;D:\maven\bos_repository\com\alibaba\dubbo\2.6.6\dubbo-2.6.6.jar;D:\maven\bos_repository\org\springframework\spring-context\4.3.21.RELEASE\spring-context-4.3.21.RELEASE.jar;D:\maven\bos_repository\org\springframework\spring-aop\4.3.21.RELEASE\spring-aop-4.3.21.RELEASE.jar;D:\maven\bos_repository\org\springframework\spring-beans\4.3.21.RELEASE\spring-beans-4.3.21.RELEASE.jar;D:\maven\bos_repository\org\springframework\spring-core\4.3.21.RELEASE\spring-core-4.3.21.RELEASE.jar;D:\maven\bos_repository\org\springframework\spring-expression\4.3.21.RELEASE\spring-expression-4.3.21.RELEASE.jar;D:\maven\bos_repository\org\javassist\javassist\3.24.0-GA\javassist-3.24.0-GA.jar;D:\maven\bos_repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;D:\maven\bos_repository\org\slf4j\jcl-over-slf4j\1.7.25\jcl-over-slf4j-1.7.25.jar;D:\maven\bos_repository\io\netty\netty-handler\4.1.34.Final\netty-handler-4.1.34.Final.jar;D:\maven\bos_repository\io\netty\netty-common\4.1.34.Final\netty-common-4.1.34.Final.jar;D:\maven\bos_repository\io\netty\netty-buffer\4.1.34.Final\netty-buffer-4.1.34.Final.jar;D:\maven\bos_repository\io\netty\netty-transport\4.1.34.Final\netty-transport-4.1.34.Final.jar;D:\maven\bos_repository\io\netty\netty-resolver\4.1.34.Final\netty-resolver-4.1.34.Final.jar;D:\maven\bos_repository\io\netty\netty-codec\4.1.34.Final\netty-codec-4.1.34.Final.jar;D:\maven\bos_repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;D:\maven\bos_repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;D:\maven\bos_repository\jline\jline\0.9.94\jline-0.9.94.jar;D:\maven\bos_repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;D:\maven\bos_repository\org\nutz\nutzboot-starter-nutz-dao\2.3.7.v20190731\nutzboot-starter-nutz-dao-2.3.7.v20190731.jar;D:\maven\bos_repository\org\nutz\nutz-plugins-daocache\1.r.68.v20190731\nutz-plugins-daocache-1.r.68.v20190731.jar;D:\maven\bos_repository\org\nutz\nutzboot-starter-jdbc\2.3.7.v20190731\nutzboot-starter-jdbc-2.3.7.v20190731.jar;D:\maven\bos_repository\org\nutz\nutzboot-starter-redis\2.3.7.v20190731\nutzboot-starter-redis-2.3.7.v20190731.jar;D:\maven\bos_repository\org\nutz\nutz-integration-jedis\1.r.68.v20190731\nutz-integration-jedis-1.r.68.v20190731.jar;D:\maven\bos_repository\redis\clients\jedis\2.9.0\jedis-2.9.0.jar;D:\maven\bos_repository\org\apache\commons\commons-pool2\2.4.2\commons-pool2-2.4.2.jar;D:\maven\bos_repository\org\nutz\nutzboot-starter-wkcache\2.3.7.v20190731\nutzboot-starter-wkcache-2.3.7.v20190731.jar;D:\maven\bos_repository\org\nutz\nutz-plugins-wkcache\1.r.68.v20190731\nutz-plugins-wkcache-1.r.68.v20190731.jar;D:\maven\bos_repository\org\nutz\nutzboot-starter-sentinel-dubbo\2.3.7.v20190731\nutzboot-starter-sentinel-dubbo-2.3.7.v20190731.jar;D:\maven\bos_repository\com\alibaba\csp\sentinel-dubbo-adapter\1.5.0\sentinel-dubbo-adapter-1.5.0.jar;D:\maven\bos_repository\com\alibaba\csp\sentinel-core\1.5.0\sentinel-core-1.5.0.jar;D:\maven\bos_repository\com\alibaba\csp\sentinel-transport-simple-http\1.5.0\sentinel-transport-simple-http-1.5.0.jar;D:\maven\bos_repository\com\alibaba\csp\sentinel-transport-common\1.5.0\sentinel-transport-common-1.5.0.jar;D:\maven\bos_repository\com\alibaba\csp\sentinel-datasource-extension\1.5.0\sentinel-datasource-extension-1.5.0.jar;D:\maven\bos_repository\com\alibaba\fastjson\1.2.56\fastjson-1.2.56.jar;D:\maven\bos_repository\com\alibaba\csp\sentinel-cluster-client-default\1.5.0\sentinel-cluster-client-default-1.5.0.jar;D:\maven\bos_repository\com\alibaba\csp\sentinel-cluster-common-default\1.5.0\sentinel-cluster-common-default-1.5.0.jar;D:\maven\bos_repository\com\alibaba\csp\sentinel-cluster-server-default\1.5.0\sentinel-cluster-server-default-1.5.0.jar;D:\maven\bos_repository\com\alibaba\csp\sentinel-parameter-flow-control\1.5.0\sentinel-parameter-flow-control-1.5.0.jar;D:\maven\bos_repository\com\googlecode\concurrentlinkedhashmap\concurrentlinkedhashmap-lru\1.4.2\concurrentlinkedhashmap-lru-1.4.2.jar;D:\maven\bos_repository\com\alibaba\druid\1.1.17\druid-1.1.17.jar;D:\maven\bos_repository\mysql\mysql-connector-java\5.1.48\mysql-connector-java-5.1.48.jar;D:\maven\bos_repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;D:\maven\bos_repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;D:\maven\bos_repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;D:\maven\bos_repository\org\nutz\nutzboot-starter-logback-exts\2.3.7.v20190731\nutzboot-starter-logback-exts-2.3.7.v20190731.jar;D:\installFiles\idea02\IntelliJ IDEA 2020.1.3\lib\idea_rt.jar" cn.wizzer.app.dy.commons.core.DubboRpcDyMainLauncher
Connected to the target VM, address: '127.0.0.1:58741', transport: 'socket'
11:01:40,199 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
11:01:40,200 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
11:01:40,201 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [file:/D:/ideaProject/wk-app/wk-nb-service-dy/target/classes/logback.xml]
11:01:40,483 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
11:01:40,486 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
11:01:40,499 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
11:01:40,753 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - This appender no longer admits a layout as a sub-component, set an encoder instead.
11:01:40,753 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - To ensure compatibility, wrapping your layout in LayoutWrappingEncoder.
11:01:40,753 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - See also http://logback.qos.ch/codes.html#layoutInsteadOfEncoder for details
11:01:40,762 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
11:01:40,776 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [FILE]
11:01:40,857 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@299644693 - No compression will be used
11:01:40,864 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@299644693 - Will use the pattern /data/nutzwk/logs/wx-%d{yyyy-MM-dd}-10244.log for the active file
11:01:40,882 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - The date pattern is 'yyyy-MM-dd' from file name pattern '/data/nutzwk/logs/wx-%d{yyyy-MM-dd}-10244.log'.
11:01:40,882 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Roll-over at midnight.
11:01:40,892 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Setting initial period to Sun Sep 20 11:01:40 CST 2020
11:01:40,897 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
11:01:40,903 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - Active log file name: /data/nutzwk/logs/wx-2020-09-20-10244.log
11:01:40,903 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - File property is set to [null]
11:01:40,907 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.classic.AsyncAppender]
11:01:40,923 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [ASYNC]
11:01:40,925 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [FILE] to ch.qos.logback.classic.AsyncAppender[ASYNC]
11:01:40,925 |-INFO in ch.qos.logback.classic.AsyncAppender[ASYNC] - Attaching appender named [FILE] to AsyncAppender.
11:01:40,926 |-INFO in ch.qos.logback.classic.AsyncAppender[ASYNC] - Setting discardingThreshold to 0
11:01:40,929 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting additivity of logger [java] to false
11:01:40,929 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.jetty] to INFO
11:01:40,929 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[org.eclipse.jetty]
11:01:40,930 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to DEBUG
11:01:40,930 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
11:01:40,930 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [ASYNC] to Logger[ROOT]
11:01:40,930 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
11:01:40,935 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@69930714 - Registering current configuration as safe fallback point

[INFO ] 11:01:41.807 [main] org.nutz.boot.banner.SimpleBannerPrinter -
_ _ _ _ _____ ______ _ __
| | | | | |_ | /\ \ / / |/ /
| .` | |_| | | | / / \ \/\/ /| ' <
|_|_|_
/ |_| /___| _/_/ |_|_\

:: Built with NutzWk

[DEBUG] 11:01:42.085 [main] org.nutz.resource.Scans - Locations count=98 time use 241ms
[DEBUG] 11:01:42.116 [main] org.nutz.resource.Scans - Found 1 resource by src( custom/ ) , regex( ^.+[.]properties$ )
[DEBUG] 11:01:42.117 [main] org.nutz.ioc.impl.PropertiesProxy - load properties from jar:file:/D:/maven/bos_repository/org/nutz/nutzboot-core/2.3.7.v20190731/nutzboot-core-2.3.7.v20190731.jar!/custom/emtry.properties
[DEBUG] 11:01:42.120 [main] org.nutz.boot.config.impl.PropertiesConfigureLoader - load D:\ideaProject\wk-app\wk-nb-service-dy\target\classes\application.properties
[DEBUG] 11:01:42.245 [main] org.nutz.resource.Scans - Found 2 resource by src( ioc/ ) , regex( ^(.+[.])(js|json)$ )
[DEBUG] 11:01:42.245 [main] org.nutz.ioc.loader.json.JsonLoader - loading [emtry.json] [DEBUG] 11:01:42.246 [main] org.nutz.ioc.loader.json.JsonLoader - loading [aop.json] [DEBUG] 11:01:42.248 [main] org.nutz.ioc.loader.json.JsonLoader - Loaded 1 bean define from path=[ioc/] --> [$aop] [DEBUG] 11:01:42.413 [main] org.nutz.castor.Castors - Using 107 castor for Castors
[DEBUG] 11:01:42.462 [main] org.nutz.ioc.aop.SimpleAopMaker - Load AopConfigure for anno=org.nutz.aop.interceptor.async.Async by type=org.nutz.aop.interceptor.async.AsyncAopIocLoader
[INFO ] 11:01:42.483 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > scan 'cn.wizzer'
[DEBUG] 11:01:42.670 [main] org.nutz.resource.Scans - Found 231 resource by src( cn/wizzer/ ) , regex( ^.+[.]class$ )
[INFO ] 11:01:42.928 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'dubboRpcDyMainLauncher ' - cn.wizzer.app.dy.commons.core.DubboRpcDyMainLauncher
[INFO ] 11:01:42.957 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'adminServiceImpl ' - cn.wizzer.app.dy.modules.services.impl.AdminServiceImpl
[INFO ] 11:01:42.997 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'advertisementkfmsgServiceImpl ' - cn.wizzer.app.dy.modules.services.impl.AdvertisementkfmsgServiceImpl
[INFO ] 11:01:43.000 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'cashServiceImpl ' - cn.wizzer.app.dy.modules.services.impl.CashServiceImpl
[INFO ] 11:01:43.003 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'chongzhiServiceImpl ' - cn.wizzer.app.dy.modules.services.impl.ChongzhiServiceImpl
[INFO ] 11:01:43.006 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'clientadverServiceImpl ' - cn.wizzer.app.dy.modules.services.impl.ClientadverServiceImpl
[INFO ] 11:01:43.010 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'converttaskServiceImpl ' - cn.wizzer.app.dy.modules.services.impl.ConverttaskServiceImpl
[INFO ] 11:01:43.026 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'cycleimageServiceImpl ' - cn.wizzer.app.dy.modules.services.impl.CycleimageServiceImpl
[INFO ] 11:01:43.029 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'debuginfoServiceImpl ' - cn.wizzer.app.dy.modules.services.impl.DebuginfoServiceImpl
[INFO ] 11:01:43.034 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'deviceServiceImpl ' - cn.wizzer.app.dy.modules.services.impl.DeviceServiceImpl
[INFO ] 11:01:43.096 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'dlsServiceImp ' - cn.wizzer.app.dy.modules.services.impl.DlsServiceImp
[INFO ] 11:01:43.100 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'filecartServiceImpl ' - cn.wizzer.app.dy.modules.services.impl.FilecartServiceImpl
[INFO ] 11:01:43.137 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'filecategoryServiceImpl ' - cn.wizzer.app.dy.modules.services.impl.FilecategoryServiceImpl
[INFO ] 11:01:43.142 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'fileServiceImpl ' - cn.wizzer.app.dy.modules.services.impl.FileServiceImpl
[INFO ] 11:01:43.149 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'fileshareServiceImpl ' - cn.wizzer.app.dy.modules.services.impl.FileshareServiceImpl
[INFO ] 11:01:43.161 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'filespecialServiceImpl ' - cn.wizzer.app.dy.modules.services.impl.FilespecialServiceImpl
[INFO ] 11:01:43.169 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'fileuserServiceImpl ' - cn.wizzer.app.dy.modules.services.impl.FileuserServiceImpl
[INFO ] 11:01:43.172 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'orderfileServiceImpl ' - cn.wizzer.app.dy.modules.services.impl.OrderfileServiceImpl
[INFO ] 11:01:43.181 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'orderServiceImpl ' - cn.wizzer.app.dy.modules.services.impl.OrderServiceImpl
[INFO ] 11:01:43.236 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'ordertuiServiceImpl ' - cn.wizzer.app.dy.modules.services.impl.OrdertuiServiceImpl
[INFO ] 11:01:43.240 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'photocartServiceImpl ' - cn.wizzer.app.dy.modules.services.impl.PhotocartServiceImpl
[INFO ] 11:01:43.248 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'photoidentbuyServiceImpl ' - cn.wizzer.app.dy.modules.services.impl.PhotoidentbuyServiceImpl
[INFO ] 11:01:43.251 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'photoidentServiceImpl ' - cn.wizzer.app.dy.modules.services.impl.PhotoidentServiceImpl
[INFO ] 11:01:43.258 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'photoServiceImpl ' - cn.wizzer.app.dy.modules.services.impl.PhotoServiceImpl
[INFO ] 11:01:43.262 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'photouserServiceImpl ' - cn.wizzer.app.dy.modules.services.impl.PhotouserServiceImpl
[INFO ] 11:01:43.264 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'printpdftaskServiceImpl ' - cn.wizzer.app.dy.modules.services.impl.PrintpdftaskServiceImpl
[INFO ] 11:01:43.270 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'schoolServiceImpl ' - cn.wizzer.app.dy.modules.services.impl.SchoolServiceImpl
[INFO ] 11:01:43.274 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'schoolShopServiceImpl ' - cn.wizzer.app.dy.modules.services.impl.SchoolShopServiceImpl
[INFO ] 11:01:43.280 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'shopincomeServiceImpl ' - cn.wizzer.app.dy.modules.services.impl.ShopincomeServiceImpl
[INFO ] 11:01:43.284 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'shopServiceImpl ' - cn.wizzer.app.dy.modules.services.impl.ShopServiceImpl
[INFO ] 11:01:43.286 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'systemServiceImpl ' - cn.wizzer.app.dy.modules.services.impl.SystemServiceImpl
[INFO ] 11:01:43.289 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'templatekfmsgServiceImpl ' - cn.wizzer.app.dy.modules.services.impl.TemplatekfmsgServiceImpl
[INFO ] 11:01:43.292 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'transcodeserverServiceImpl ' - cn.wizzer.app.dy.modules.services.impl.TranscodeserverServiceImpl
[INFO ] 11:01:43.297 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'userfeedbackServiceImpl ' - cn.wizzer.app.dy.modules.services.impl.UserfeedbackServiceImpl
[INFO ] 11:01:43.299 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'userServiceImpl ' - cn.wizzer.app.dy.modules.services.impl.UserServiceImpl
[INFO ] 11:01:45.525 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'wddyjgServiceImpl ' - cn.wizzer.app.dy.modules.services.impl.WddyjgServiceImpl
[INFO ] 11:01:46.740 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'wxPayServiceImpl ' - cn.wizzer.app.dy.modules.services.impl.WxPayServiceImpl
[INFO ] 11:01:49.863 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'aliOssUtil ' - cn.wizzer.framework.utils.AliOssUtil
[DEBUG] 11:01:59.268 [main] org.nutz.resource.Scans - Found 1 resource by src( ioc/aop.json ) , regex( ^(.+[.])(js|json)$ )
[DEBUG] 11:02:04.384 [main] org.nutz.resource.Scans - Found 0 resource by src( cn.wizzer ) , regex( ^(.+[.])(js|json)$ )
[DEBUG] 11:02:04.416 [main] org.nutz.ioc.loader.json.JsonLoader - loading [aop.json] [DEBUG] 11:02:04.507 [main] org.nutz.ioc.loader.json.JsonLoader - Loaded 1 bean define from path=[ioc/aop.json, cn.wizzer] --> [$aop] [DEBUG] 11:02:04.754 [main] org.nutz.ioc.loader.combo.ComboIocLoader - found weixin -- org.nutz.plugins.weixin.WeixinIocLoader
[DEBUG] 11:02:08.277 [main] org.nutz.resource.Scans - Found 1 resource by src( org/nutz/plugins/weixin/weixin.js ) , regex( ^(.+[.])(js|json)$ )
[DEBUG] 11:02:08.320 [main] org.nutz.ioc.loader.json.JsonLoader - loading [org/nutz/plugins/weixin/weixin.js] [DEBUG] 11:02:08.413 [main] org.nutz.ioc.loader.json.JsonLoader - Loaded 3 bean define from path=[org/nutz/plugins/weixin/weixin.js] --> [wxApi2, wxAccessTokenStore, wxLogin] [INFO ] 11:02:08.426 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > scan 'org.nutz.boot.starter'
[DEBUG] 11:02:12.213 [main] org.nutz.resource.Scans - Found 36 resource by src( org/nutz/boot/starter/ ) , regex( ^.+[.]class$ )
[INFO ] 11:02:15.062 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'dubboStarter ' - org.nutz.boot.starter.dubbo.DubboStarter
[INFO ] 11:02:15.130 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'nutDaoStarter ' - org.nutz.boot.starter.nutz.dao.NutDaoStarter
[DEBUG] 11:02:15.726 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - Found @IocBean method : NutDaoStarter.createCacheSerializer(...) define as name=daoCacheSerializer
[DEBUG] 11:02:15.799 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - Found @IocBean method : NutDaoStarter.createDaoCacheInterceptor(...) define as name=daoCacheInterceptor
[DEBUG] 11:02:15.835 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - Found @IocBean method : NutDaoStarter.getSqlManager(...) define as name=sqlManager
[DEBUG] 11:02:15.869 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - Found @IocBean method : NutDaoStarter.getDao(...) define as name=dao
[INFO ] 11:02:16.415 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'dataSourceStarter ' - org.nutz.boot.starter.jdbc.DataSourceStarter
[DEBUG] 11:02:16.521 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - Found @IocBean method : DataSourceStarter.createHikariCPDataSource(...) define as name=hikariDataSource
[DEBUG] 11:02:16.560 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - Found @IocBean method : DataSourceStarter.createDruidDataSource(...) define as name=druidDataSource
[DEBUG] 11:02:16.607 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - Found @IocBean method : DataSourceStarter.getDataSource(...) define as name=dataSource
[INFO ] 11:02:16.650 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'druidWebStatFilterStarter ' - org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter
[INFO ] 11:02:16.892 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'druidWebStatServletStarter ' - org.nutz.boot.starter.jdbc.DruidWebStatServletStarter
[INFO ] 11:02:17.078 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'sentinelStarter ' - org.nutz.boot.starter.sentinel.SentinelStarter
[INFO ] 11:02:17.373 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'logbackStarter ' - org.nutz.boot.starter.logback.exts.LogbackStarter
[INFO ] 11:02:17.661 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'loglevelHeartbeatThread ' - org.nutz.boot.starter.logback.exts.loglevel.LoglevelHeartbeatThread
[INFO ] 11:02:18.689 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'loglevelProperty ' - org.nutz.boot.starter.logback.exts.loglevel.LoglevelProperty
[INFO ] 11:02:18.767 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'loglevelService ' - org.nutz.boot.starter.logback.exts.loglevel.LoglevelService
[DEBUG] 11:02:18.920 [main] org.nutz.boot.NbApp - Found jar:file:/D:/maven/bos_repository/org/nutz/nutzboot-starter-weixin/2.3.7.v20190731/nutzboot-starter-weixin-2.3.7.v20190731.jar!/META-INF/nutz/org.nutz.boot.starter.NbStarter
[DEBUG] 11:02:19.006 [main] org.nutz.boot.NbApp - Found jar:file:/D:/maven/bos_repository/org/nutz/nutzboot-starter-dubbo/2.3.7.v20190731/nutzboot-starter-dubbo-2.3.7.v20190731.jar!/META-INF/nutz/org.nutz.boot.starter.NbStarter
[DEBUG] 11:02:19.107 [main] org.nutz.boot.NbApp - Found jar:file:/D:/maven/bos_repository/org/nutz/nutzboot-starter-nutz-dao/2.3.7.v20190731/nutzboot-starter-nutz-dao-2.3.7.v20190731.jar!/META-INF/nutz/org.nutz.boot.starter.NbStarter
[DEBUG] 11:02:19.199 [main] org.nutz.boot.NbApp - Found jar:file:/D:/maven/bos_repository/org/nutz/nutzboot-starter-jdbc/2.3.7.v20190731/nutzboot-starter-jdbc-2.3.7.v20190731.jar!/META-INF/nutz/org.nutz.boot.starter.NbStarter
[DEBUG] 11:02:19.325 [main] org.nutz.boot.NbApp - Found jar:file:/D:/maven/bos_repository/org/nutz/nutzboot-starter-redis/2.3.7.v20190731/nutzboot-starter-redis-2.3.7.v20190731.jar!/META-INF/nutz/org.nutz.boot.starter.NbStarter
[DEBUG] 11:02:19.409 [main] org.nutz.boot.NbApp - Found jar:file:/D:/maven/bos_repository/org/nutz/nutzboot-starter-wkcache/2.3.7.v20190731/nutzboot-starter-wkcache-2.3.7.v20190731.jar!/META-INF/nutz/org.nutz.boot.starter.NbStarter
[DEBUG] 11:02:19.477 [main] org.nutz.boot.NbApp - Found jar:file:/D:/maven/bos_repository/org/nutz/nutzboot-starter-sentinel-dubbo/2.3.7.v20190731/nutzboot-starter-sentinel-dubbo-2.3.7.v20190731.jar!/META-INF/nutz/org.nutz.boot.starter.NbStarter
[INFO ] 11:02:21.873 [main] org.nutz.boot.NbApp - Configure Manual:
|id |key |required |Possible Values |Default |Description | starters|
|----|----------------------------------------|----------|--------------------|----------|--------------------|----------------------------------------|
|0 |druid.web.filter.exclusions |no | | |需要排除的路径 |org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter|
|1 |druid.web.filter.principalCookieName |no | | |用户权限信息的cookie属性名称 |org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter|
|2 |druid.web.filter.principalSessionName |no | | |用户权限信息的session属性名称 |org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter|
|3 |druid.web.filter.profileEnable |no | | |是否开启性能监控 |org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter|
|4 |druid.web.filter.realIpHeader |no | | |Header中ReadIp对应的key |org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter|
|5 |druid.web.filter.sessionStatEnable |no | |true |是否开启session状态监控 |org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter|
|6 |druid.web.filter.sessionStatMaxCount |no | | |session最大状态数量 |org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter|
|7 |druid.web.servlet.allow |no | | |允许访问的ip列表 |org.nutz.boot.starter.jdbc.DruidWebStatServletStarter|
|8 |druid.web.servlet.deny |no | | |禁止访问的ip列表 |org.nutz.boot.starter.jdbc.DruidWebStatServletStarter|
|9 |druid.web.servlet.jmxPassword |no | | |JMX的密码 |org.nutz.boot.starter.jdbc.DruidWebStatServletStarter|
|10 |druid.web.servlet.jmxUrl |no | | |读取JMX信息的URL |org.nutz.boot.starter.jdbc.DruidWebStatServletStarter|
|11 |druid.web.servlet.jmxUsername |no | | |JMX的用户名 |org.nutz.boot.starter.jdbc.DruidWebStatServletStarter|
|12 |druid.web.servlet.loginPassword |no | |随机值,打印在日志中|访问monitor页面的密码 |org.nutz.boot.starter.jdbc.DruidWebStatServletStarter|
|13 |druid.web.servlet.loginUsername |no | |driud |访问monitor页面的用户名 |org.nutz.boot.starter.jdbc.DruidWebStatServletStarter|
|14 |druid.web.servlet.resetEnable |no | |true |是否允许重置统计结果 |org.nutz.boot.starter.jdbc.DruidWebStatServletStarter|
|15 |jdbc.password |no | | |数据库密码 |org.nutz.boot.starter.jdbc.DataSourceStarter|
|16 |jdbc.type |no |druid,simple,hikari |druid |连接池类型 |org.nutz.boot.starter.jdbc.DataSourceStarter|
|17 |jdbc.url |yes | | |JDBC URL |org.nutz.boot.starter.jdbc.DataSourceStarter|
|18 |jdbc.username |no | | |数据库用户名 |org.nutz.boot.starter.jdbc.DataSourceStarter|
|19 |nutz.dao.interceptor.cache.cache4Null |no | |true |是否缓存null结果 |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|20 |nutz.dao.interceptor.cache.debug |no | |false |打印daocache详细调试日志 |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|21 |nutz.dao.interceptor.cache.enable |no | |false |是否使用daocache |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|22 |nutz.dao.interceptor.cache.enableWhenTrans|no | |false |事务内是否启用daocache |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|23 |nutz.dao.interceptor.cache.provider.ioc.name|no | |daoCacheProvider|daocache提供者DaoCacheProvider的IocBean名称|org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|24 |nutz.dao.interceptor.cache.provider.memory.cacheSize|no | | |daocache提供者MemoryDaoCacheProvider的默认缓存大小|org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|25 |nutz.dao.interceptor.cache.provider.type|no |memory,ehcache,jedis,ioc|memory |daocache提供者 |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|26 |nutz.dao.interceptor.cache.table.names |no | | |需要缓存的表名称,英文逗号分隔 |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|27 |nutz.dao.interceptor.cache.table.pattern|no | | |需要缓存的表名称的正则表达式 |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|28 |nutz.dao.interceptor.log.enable |no | |true |是否打印dao的SQL日志 |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|29 |nutz.dao.interceptor.time.enable |no | |false |是否打印dao的SQL耗时日志 |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|30 |nutz.dao.sqls.path |no | |sqls/ |sql目录 |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|31 |redis.database |no | |0 |redis数据库序号 |org.nutz.boot.starter.redis.JedisStarter|
|32 |redis.host |no | |127.0.0.1 |redis服务器ip或域名 |org.nutz.boot.starter.redis.JedisStarter|
|33 |redis.max_redir |no | |10 |redis集群最大重定向次数 |org.nutz.boot.starter.redis.JedisStarter|
|34 |redis.nodes |no | | |redis集群节点列表 |org.nutz.boot.starter.redis.JedisStarter|
|35 |redis.password |no | | |redis密码 |org.nutz.boot.starter.redis.JedisStarter|
|36 |redis.port |no | |6379 |redis服务器端口 |org.nutz.boot.starter.redis.JedisStarter|
|37 |redis.soTimeout |no | |0 |redis写超时 |org.nutz.boot.starter.redis.JedisStarter|
|38 |redis.timeout |no | |2000 |redis读写超时 |org.nutz.boot.starter.redis.JedisStarter|
|39 |sentinel.channel |no | |sentinel |Sentinel规则存储channel值|org.nutz.boot.starter.sentinel.SentinelStarter|
|40 |sentinel.csp.sentinel.api.port |no | |8721 |Sentinel客户端端口 |org.nutz.boot.starter.sentinel.SentinelStarter|
|41 |sentinel.csp.sentinel.dashboard.server |no | |localhost:9090|Sentinel控制台地址 |org.nutz.boot.starter.sentinel.SentinelStarter|
|42 |sentinel.csp.sentinel.heartbeat.client.ip|no | | |Sentinel客户端IP,不配置则自动获取本地IP|org.nutz.boot.starter.sentinel.SentinelStarter|
|43 |sentinel.csp.sentinel.heartbeat.interval.ms|no | |3000 |Sentinel客户端通信间隔毫秒数 |org.nutz.boot.starter.sentinel.SentinelStarter|
|44 |sentinel.enabled |no | |false |是否启动Sentinel客户端 |org.nutz.boot.starter.sentinel.SentinelStarter|
|45 |sentinel.project.name |no | | |Sentinel客户端名称,不设置则自动获取nutz.application.name|org.nutz.boot.starter.sentinel.SentinelStarter|
|46 |sentinel.rulekey |no | |nutzboot |Sentinel规则存储key值 |org.nutz.boot.starter.sentinel.SentinelStarter|
|47 |weixin.aes |no | | |微信公众号API被动消息的AES秘钥 |org.nutz.boot.starter.nutz.weixin.WeixinStarter|
|48 |weixin.appid |no | | |微信公众号的appid |org.nutz.boot.starter.nutz.weixin.WeixinStarter|
|49 |weixin.appsecret |no | | |微信公众号的appsecret |org.nutz.boot.starter.nutz.weixin.WeixinStarter|
|50 |weixin.openid |no | | |微信公众号的OpenId |org.nutz.boot.starter.nutz.weixin.WeixinStarter|
|51 |weixin.token |no | | |微信公众号API被动消息的Token |org.nutz.boot.starter.nutz.weixin.WeixinStarter|
|52 |wxlogin.appid |no | | |微信登录所需要的appid |org.nutz.boot.starter.nutz.weixin.WeixinStarter|
|53 |wxlogin.appsecret |no | | |微信登录所需要的appsecret |org.nutz.boot.starter.nutz.weixin.WeixinStarter|
|54 |wxlogin.host |no | | |微信登录时使用的host头,需要包含http或https|org.nutz.boot.starter.nutz.weixin.WeixinStarter|
[INFO ] 11:02:22.275 [main] org.nutz.ioc.impl.NutIoc - ... NutIoc init complete
[DEBUG] 11:02:22.314 [main] org.nutz.ioc.impl.ScopeContext - Save object 'appContext' to [app] [DEBUG] 11:02:22.332 [main] org.nutz.ioc.impl.ScopeContext - Save object 'conf' to [app] [DEBUG] 11:02:22.351 [main] org.nutz.ioc.impl.ScopeContext - Save object 'nbApp' to [app] [DEBUG] 11:02:22.411 [main] org.nutz.ioc.impl.ScopeContext - Save object 'counterService' to [app] [DEBUG] 11:02:25.447 [main] org.nutz.resource.Scans - Found 1 resource by src( org/nutz/plugins/weixin/weixin.js ) , regex( ^(.+[.])(js|json)$ )
[DEBUG] 11:02:25.469 [main] org.nutz.ioc.loader.json.JsonLoader - loading [org/nutz/plugins/weixin/weixin.js] [DEBUG] 11:02:25.556 [main] org.nutz.ioc.loader.json.JsonLoader - Loaded 3 bean define from path=[org/nutz/plugins/weixin/weixin.js] --> [wxApi2, wxAccessTokenStore, wxLogin] [DEBUG] 11:02:25.828 [main] org.nutz.boot.starter.dubbo.DubboIocLoaderStarter - using dubbo configure from PropertiesProxy
[DEBUG] 11:02:25.852 [main] org.nutz.boot.AppContext - select random port=9492 for dubbo.protocol.port
[INFO ] 11:02:26.252 [main] com.alibaba.dubbo.common.logger.LoggerFactory - using logger: com.alibaba.dubbo.common.logger.slf4j.Slf4jLoggerAdapter
[DEBUG] 11:02:29.017 [main] org.nutz.ioc.impl.PropertiesProxy - no such field(name=qos.enable) at object class=com.alibaba.dubbo.config.ApplicationConfig, skip
[DEBUG] 11:02:39.280 [main] org.nutz.resource.Scans - Found 1 resource by src( org/nutz/integration/jedis/jedis.js ) , regex( ^(.+[.])(js|json)$ )
[DEBUG] 11:02:39.300 [main] org.nutz.ioc.loader.json.JsonLoader - loading [org/nutz/integration/jedis/jedis.js] [DEBUG] 11:02:39.516 [main] org.nutz.ioc.loader.json.JsonLoader - Loaded 9 bean define from path=[org/nutz/integration/jedis/jedis.js] --> [redisService, jedisCluster, jedisClusterNodes, jedisClusterWrapper, pubSubService, jedisPoolConfig, jedisPool, jedisAgent, redis] [INFO ] 11:02:39.772 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > scan 'org.nutz.plugins.wkcache'
[DEBUG] 11:02:42.862 [main] org.nutz.resource.Scans - Found 13 resource by src( org/nutz/plugins/wkcache/ ) , regex( ^.+[.]class$ )
[INFO ] 11:02:43.284 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add '$aop_wkcache ' - org.nutz.plugins.wkcache.WkcacheAopConfigure
[INFO ] 11:02:43.333 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'wkcacheRemoveAllInterceptor ' - org.nutz.plugins.wkcache.WkcacheRemoveAllInterceptor
[INFO ] 11:02:43.621 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'wkcacheRemoveEntryInterceptor ' - org.nutz.plugins.wkcache.WkcacheRemoveEntryInterceptor
[INFO ] 11:02:43.702 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'wkcacheResultInterceptor ' - org.nutz.plugins.wkcache.WkcacheResultInterceptor
[INFO ] 11:02:43.756 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - > add 'wkcacheUpdateInterceptor ' - org.nutz.plugins.wkcache.WkcacheUpdateInterceptor
[DEBUG] 11:02:43.793 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboStarter'<class org.nutz.boot.starter.dubbo.DubboStarter>
[DEBUG] 11:02:43.855 [main] org.nutz.ioc.impl.NutIoc - Get '$aop'<interface org.nutz.ioc.aop.config.AopConfigration>
[DEBUG] 11:02:43.883 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=$aop
[DEBUG] 11:02:45.198 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:02:45.215 [main] org.nutz.ioc.impl.NutIoc - >> Make...'$aop'<interface org.nutz.ioc.aop.config.AopConfigration>
[DEBUG] 11:02:46.967 [main] org.nutz.ioc.impl.ScopeContext - Save object '$aop' to [app] [DEBUG] 11:02:47.746 [main] org.nutz.ioc.impl.NutIoc - Get '$aop_async'<interface org.nutz.ioc.aop.config.AopConfigration>
[DEBUG] 11:02:47.754 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=$aop_async
[DEBUG] 11:02:47.783 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:02:47.804 [main] org.nutz.ioc.impl.NutIoc - >> Make...'$aop_async'<interface org.nutz.ioc.aop.config.AopConfigration>
[DEBUG] 11:02:47.819 [main] org.nutz.ioc.impl.ScopeContext - Save object '$aop_async' to [app] [DEBUG] 11:02:48.228 [main] org.nutz.ioc.impl.NutIoc - Get '$aop_wkcache'<interface org.nutz.ioc.aop.config.AopConfigration>
[DEBUG] 11:02:48.235 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=$aop_wkcache
[DEBUG] 11:02:48.263 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_wkcache) in AnnotationIocLoader(packages=[org.nutz.plugins.wkcache])
[DEBUG] 11:02:48.284 [main] org.nutz.ioc.impl.NutIoc - >> Make...'$aop_wkcache'<interface org.nutz.ioc.aop.config.AopConfigration>
[DEBUG] 11:02:48.305 [main] org.nutz.ioc.impl.ScopeContext - Save object '$aop_wkcache' to [app] [DEBUG] 11:02:48.515 [main] org.nutz.ioc.aop.SimpleAopMaker - Load AopConfigure for anno=org.nutz.ioc.aop.Aop by type=org.nutz.ioc.aop.config.impl.AnnotationAopConfigration
[DEBUG] 11:02:48.523 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=dubboStarter
[DEBUG] 11:02:48.552 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 11:02:48.572 [main] org.nutz.ioc.impl.NutIoc - >> Make...'dubboStarter'<class org.nutz.boot.starter.dubbo.DubboStarter>
[DEBUG] 11:02:48.592 [main] org.nutz.ioc.impl.ScopeContext - Save object 'dubboStarter' to [app] [DEBUG] 11:02:48.616 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.boot.starter.dubbo.DubboStarter without AOP
[DEBUG] 11:02:49.555 [main] org.nutz.ioc.impl.NutIoc - Get 'nutDaoStarter'<class org.nutz.boot.starter.nutz.dao.NutDaoStarter>
[DEBUG] 11:02:49.561 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=nutDaoStarter
[DEBUG] 11:02:49.591 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(nutDaoStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 11:02:49.613 [main] org.nutz.ioc.impl.NutIoc - >> Make...'nutDaoStarter'<class org.nutz.boot.starter.nutz.dao.NutDaoStarter>
[DEBUG] 11:02:49.635 [main] org.nutz.ioc.impl.ScopeContext - Save object 'nutDaoStarter' to [app] [DEBUG] 11:02:49.693 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.boot.starter.nutz.dao.NutDaoStarter without AOP
[DEBUG] 11:02:50.221 [main] org.nutz.ioc.impl.NutIoc - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 11:02:50.289 [main] org.nutz.ioc.impl.NutIoc - Get 'dataSourceStarter'<class org.nutz.boot.starter.jdbc.DataSourceStarter>
[DEBUG] 11:02:50.296 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=dataSourceStarter
[DEBUG] 11:02:50.325 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dataSourceStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 11:02:50.345 [main] org.nutz.ioc.impl.NutIoc - >> Make...'dataSourceStarter'<class org.nutz.boot.starter.jdbc.DataSourceStarter>
[DEBUG] 11:02:50.363 [main] org.nutz.ioc.impl.ScopeContext - Save object 'dataSourceStarter' to [app] [DEBUG] 11:02:50.415 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.boot.starter.jdbc.DataSourceStarter without AOP
[DEBUG] 11:02:51.216 [main] org.nutz.ioc.impl.NutIoc - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 11:02:51.243 [main] org.nutz.ioc.impl.NutIoc - Get 'druidWebStatFilterStarter'<class org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter>
[DEBUG] 11:02:51.257 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=druidWebStatFilterStarter
[DEBUG] 11:02:51.311 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(druidWebStatFilterStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 11:02:51.351 [main] org.nutz.ioc.impl.NutIoc - >> Make...'druidWebStatFilterStarter'<class org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter>
[DEBUG] 11:02:51.367 [main] org.nutz.ioc.impl.ScopeContext - Save object 'druidWebStatFilterStarter' to [app] [DEBUG] 11:02:51.396 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter without AOP
[DEBUG] 11:02:52.158 [main] org.nutz.ioc.impl.NutIoc - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 11:02:52.189 [main] org.nutz.ioc.impl.NutIoc - Get 'druidWebStatServletStarter'<class org.nutz.boot.starter.jdbc.DruidWebStatServletStarter>
[DEBUG] 11:02:52.205 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=druidWebStatServletStarter
[DEBUG] 11:02:52.279 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(druidWebStatServletStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 11:02:52.325 [main] org.nutz.ioc.impl.NutIoc - >> Make...'druidWebStatServletStarter'<class org.nutz.boot.starter.jdbc.DruidWebStatServletStarter>
[DEBUG] 11:02:52.373 [main] org.nutz.ioc.impl.ScopeContext - Save object 'druidWebStatServletStarter' to [app] [DEBUG] 11:02:52.444 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.boot.starter.jdbc.DruidWebStatServletStarter without AOP
[DEBUG] 11:02:53.363 [main] org.nutz.ioc.impl.NutIoc - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 11:02:53.388 [main] org.nutz.ioc.impl.NutIoc - Get 'sentinelStarter'<class org.nutz.boot.starter.sentinel.SentinelStarter>
[DEBUG] 11:02:53.399 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=sentinelStarter
[DEBUG] 11:02:53.430 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sentinelStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 11:02:53.453 [main] org.nutz.ioc.impl.NutIoc - >> Make...'sentinelStarter'<class org.nutz.boot.starter.sentinel.SentinelStarter>
[DEBUG] 11:02:53.476 [main] org.nutz.ioc.impl.ScopeContext - Save object 'sentinelStarter' to [app] [DEBUG] 11:02:53.677 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.boot.starter.sentinel.SentinelStarter without AOP
[DEBUG] 11:02:54.022 [main] org.nutz.ioc.impl.NutIoc - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 11:02:54.349 [main] org.nutz.ioc.impl.NutIoc - Get 'sentinelStarter'<interface org.nutz.boot.starter.ServerFace>
[DEBUG] 11:02:54.368 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboStarter'<interface org.nutz.boot.starter.ServerFace>
[DEBUG] 11:02:54.388 [main] org.nutz.ioc.impl.NutIoc - Get 'logbackStarter'<interface org.nutz.boot.starter.ServerFace>
[DEBUG] 11:02:54.396 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=logbackStarter
[DEBUG] 11:02:54.424 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(logbackStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 11:02:54.442 [main] org.nutz.ioc.impl.NutIoc - >> Make...'logbackStarter'<interface org.nutz.boot.starter.ServerFace>
[DEBUG] 11:02:54.460 [main] org.nutz.ioc.impl.ScopeContext - Save object 'logbackStarter' to [app] [DEBUG] 11:02:54.485 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.boot.starter.logback.exts.LogbackStarter without AOP
[DEBUG] 11:02:54.905 [main] org.nutz.ioc.impl.NutIoc - Get 'loglevelProperty'<class org.nutz.boot.starter.logback.exts.loglevel.LoglevelProperty>
[DEBUG] 11:02:54.918 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=loglevelProperty
[DEBUG] 11:02:54.977 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(loglevelProperty) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 11:02:55.013 [main] org.nutz.ioc.impl.NutIoc - >> Make...'loglevelProperty'<class org.nutz.boot.starter.logback.exts.loglevel.LoglevelProperty>
[DEBUG] 11:02:55.053 [main] org.nutz.ioc.impl.ScopeContext - Save object 'loglevelProperty' to [app] [DEBUG] 11:02:55.104 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.boot.starter.logback.exts.loglevel.LoglevelProperty without AOP
[DEBUG] 11:02:56.975 [main] org.nutz.ioc.impl.NutIoc - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 11:02:56.995 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboManager'<class org.nutz.integration.dubbo.DubboManager>
[DEBUG] 11:02:57.001 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=dubboManager
[DEBUG] 11:02:57.025 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboManager) in DubboConfigIocLoader@264978436
[DEBUG] 11:02:57.045 [main] org.nutz.ioc.impl.NutIoc - >> Make...'dubboManager'<class org.nutz.integration.dubbo.DubboManager>
[DEBUG] 11:02:57.063 [main] org.nutz.ioc.impl.ScopeContext - Save object 'dubboManager' to [app] [DEBUG] 11:02:57.097 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.DubboManager without AOP
[DEBUG] 11:02:57.472 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 11:02:57.480 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=dubbo_iobjs
[DEBUG] 11:02:57.523 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubbo_iobjs) in DubboConfigIocLoader@264978436
[DEBUG] 11:02:57.556 [main] org.nutz.ioc.impl.NutIoc - >> Make...'dubbo_iobjs'<>
[DEBUG] 11:02:57.573 [main] org.nutz.ioc.impl.ScopeContext - Save object 'dubbo_iobjs' to [app] [DEBUG] 11:02:57.604 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class java.util.HashMap without AOP
[DEBUG] 11:02:57.631 [main] org.nutz.integration.dubbo.DubboManager - dubbo obj count=6
[DEBUG] 11:02:57.651 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboAnnotationBean'<class org.nutz.integration.dubbo.AnnotationBean>
[DEBUG] 11:02:57.658 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=dubboAnnotationBean
[DEBUG] 11:02:57.693 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboAnnotationBean) in DubboConfigIocLoader@264978436
[DEBUG] 11:02:57.719 [main] org.nutz.ioc.impl.NutIoc - >> Make...'dubboAnnotationBean'<class org.nutz.integration.dubbo.AnnotationBean>
[DEBUG] 11:02:57.743 [main] org.nutz.ioc.impl.ScopeContext - Save object 'dubboAnnotationBean' to [app] [DEBUG] 11:02:57.788 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.AnnotationBean without AOP
[DEBUG] 11:02:57.873 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 11:03:41.465 [main] org.nutz.resource.Scans - Found 231 resource by src( cn/wizzer/ ) , regex( ^.+[.]class$ )
[DEBUG] 11:03:46.513 [main] com.alibaba.dubbo.common.extension.ExtensionLoader - [DUBBO] package com.alibaba.dubbo.rpc;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class Protocol$Adaptive implements com.alibaba.dubbo.rpc.Protocol {
public void destroy() {throw new UnsupportedOperationException("method public abstract void com.alibaba.dubbo.rpc.Protocol.destroy() of interface com.alibaba.dubbo.rpc.Protocol is not adaptive method!");
}
public int getDefaultPort() {throw new UnsupportedOperationException("method public abstract int com.alibaba.dubbo.rpc.Protocol.getDefaultPort() of interface com.alibaba.dubbo.rpc.Protocol is not adaptive method!");
}
public com.alibaba.dubbo.rpc.Exporter export(com.alibaba.dubbo.rpc.Invoker arg0) throws com.alibaba.dubbo.rpc.RpcException {
if (arg0 == null) throw new IllegalArgumentException("com.alibaba.dubbo.rpc.Invoker argument == null");
if (arg0.getUrl() == null) throw new IllegalArgumentException("com.alibaba.dubbo.rpc.Invoker argument getUrl() == null");com.alibaba.dubbo.common.URL url = arg0.getUrl();
String extName = ( url.getProtocol() == null ? "dubbo" : url.getProtocol() );
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.rpc.Protocol) name from url(" + url.toString() + ") use keys([protocol])");
com.alibaba.dubbo.rpc.Protocol extension = (com.alibaba.dubbo.rpc.Protocol)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.rpc.Protocol.class).getExtension(extName);
return extension.export(arg0);
}
public com.alibaba.dubbo.rpc.Invoker refer(java.lang.Class arg0, com.alibaba.dubbo.common.URL arg1) throws com.alibaba.dubbo.rpc.RpcException {
if (arg1 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg1;
String extName = ( url.getProtocol() == null ? "dubbo" : url.getProtocol() );
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.rpc.Protocol) name from url(" + url.toString() + ") use keys([protocol])");
com.alibaba.dubbo.rpc.Protocol extension = (com.alibaba.dubbo.rpc.Protocol)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.rpc.Protocol.class).getExtension(extName);
return extension.refer(arg0, arg1);
}
}, dubbo version: 2.6.6, current host: 192.168.31.229
[WARN ] 11:03:46.971 [main] com.alibaba.dubbo.config.spring.extension.SpringExtensionFactory - [DUBBO] No spring extension (bean) named:defaultCompiler, try to find an extension (bean) of type java.lang.String, dubbo version: 2.6.6, current host: 192.168.31.229
[WARN ] 11:03:46.981 [main] com.alibaba.dubbo.config.spring.extension.SpringExtensionFactory - [DUBBO] No spring extension (bean) named:defaultCompiler, type:java.lang.String found, stop get bean., dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:03:57.547 [main] com.alibaba.dubbo.common.extension.ExtensionLoader - [DUBBO] package com.alibaba.dubbo.rpc.cluster;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class Cluster$Adaptive implements com.alibaba.dubbo.rpc.cluster.Cluster {
public com.alibaba.dubbo.rpc.Invoker join(com.alibaba.dubbo.rpc.cluster.Directory arg0) throws com.alibaba.dubbo.rpc.RpcException {
if (arg0 == null) throw new IllegalArgumentException("com.alibaba.dubbo.rpc.cluster.Directory argument == null");
if (arg0.getUrl() == null) throw new IllegalArgumentException("com.alibaba.dubbo.rpc.cluster.Directory argument getUrl() == null");com.alibaba.dubbo.common.URL url = arg0.getUrl();
String extName = url.getParameter("cluster", "failover");
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.rpc.cluster.Cluster) name from url(" + url.toString() + ") use keys([cluster])");
com.alibaba.dubbo.rpc.cluster.Cluster extension = (com.alibaba.dubbo.rpc.cluster.Cluster)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.rpc.cluster.Cluster.class).getExtension(extName);
return extension.join(arg0);
}
}, dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:04:02.866 [main] com.alibaba.dubbo.common.extension.ExtensionLoader - [DUBBO] package com.alibaba.dubbo.rpc;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class ProxyFactory$Adaptive implements com.alibaba.dubbo.rpc.ProxyFactory {
public com.alibaba.dubbo.rpc.Invoker getInvoker(java.lang.Object arg0, java.lang.Class arg1, com.alibaba.dubbo.common.URL arg2) throws com.alibaba.dubbo.rpc.RpcException {
if (arg2 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg2;
String extName = url.getParameter("proxy", "javassist");
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.rpc.ProxyFactory) name from url(" + url.toString() + ") use keys([proxy])");
com.alibaba.dubbo.rpc.ProxyFactory extension = (com.alibaba.dubbo.rpc.ProxyFactory)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.rpc.ProxyFactory.class).getExtension(extName);
return extension.getInvoker(arg0, arg1, arg2);
}
public java.lang.Object getProxy(com.alibaba.dubbo.rpc.Invoker arg0, boolean arg1) throws com.alibaba.dubbo.rpc.RpcException {
if (arg0 == null) throw new IllegalArgumentException("com.alibaba.dubbo.rpc.Invoker argument == null");
if (arg0.getUrl() == null) throw new IllegalArgumentException("com.alibaba.dubbo.rpc.Invoker argument getUrl() == null");com.alibaba.dubbo.common.URL url = arg0.getUrl();
String extName = url.getParameter("proxy", "javassist");
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.rpc.ProxyFactory) name from url(" + url.toString() + ") use keys([proxy])");
com.alibaba.dubbo.rpc.ProxyFactory extension = (com.alibaba.dubbo.rpc.ProxyFactory)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.rpc.ProxyFactory.class).getExtension(extName);
return extension.getProxy(arg0, arg1);
}
public java.lang.Object getProxy(com.alibaba.dubbo.rpc.Invoker arg0) throws com.alibaba.dubbo.rpc.RpcException {
if (arg0 == null) throw new IllegalArgumentException("com.alibaba.dubbo.rpc.Invoker argument == null");
if (arg0.getUrl() == null) throw new IllegalArgumentException("com.alibaba.dubbo.rpc.Invoker argument getUrl() == null");com.alibaba.dubbo.common.URL url = arg0.getUrl();
String extName = url.getParameter("proxy", "javassist");
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.rpc.ProxyFactory) name from url(" + url.toString() + ") use keys([proxy])");
com.alibaba.dubbo.rpc.ProxyFactory extension = (com.alibaba.dubbo.rpc.ProxyFactory)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.rpc.ProxyFactory.class).getExtension(extName);
return extension.getProxy(arg0);
}
}, dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:04:17.429 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:04:17.454 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:04:17.483 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:04:17.506 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:04:17.529 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:04:17.551 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:04:17.573 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:04:17.595 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:04:17.616 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:04:17.645 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dlsServiceImp) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:04:17.676 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcDyMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:04:17.703 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userfeedbackServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:04:17.730 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(deviceServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:04:17.759 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopincomeServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:04:17.789 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(transcodeserverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:04:17.827 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photouserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:04:17.860 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileshareServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:04:17.907 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(adminServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:04:17.950 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:04:17.994 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:04:18.036 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cashServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:04:18.077 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chongzhiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:04:18.117 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(orderServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:04:18.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(systemServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:04:18.197 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(debuginfoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:04:18.238 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cycleimageServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:04:18.279 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolShopServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:04:18.343 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(filecartServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:04:18.389 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(printpdftaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:04:18.435 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(aliOssUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:04:18.478 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxPayServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:04:18.520 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:04:18.567 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photocartServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:04:18.611 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(converttaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:04:18.655 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentbuyServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:04:18.698 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(advertisementkfmsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:04:18.741 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(clientadverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:04:18.781 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileuserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:04:18.818 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(filecategoryServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:04:18.852 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:04:18.888 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(templatekfmsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:04:18.921 [main] org.nutz.ioc.impl.NutIoc - Get 'templatekfmsgServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.TemplatekfmsgServiceImpl>
[DEBUG] 11:04:18.934 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=templatekfmsgServiceImpl
[DEBUG] 11:04:18.985 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(templatekfmsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:04:19.020 [main] org.nutz.ioc.impl.NutIoc - >> Make...'templatekfmsgServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.TemplatekfmsgServiceImpl>
[DEBUG] 11:04:19.053 [main] org.nutz.ioc.impl.ScopeContext - Save object 'templatekfmsgServiceImpl' to [app] [DEBUG] 11:04:19.090 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:04:19.102 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=dao
[DEBUG] 11:04:19.153 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dao) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 11:04:19.185 [main] org.nutz.ioc.impl.NutIoc - >> Make...'dao'<>
[DEBUG] 11:04:19.217 [main] org.nutz.ioc.impl.ScopeContext - Save object 'dao' to [app] [DEBUG] 11:04:19.257 [main] org.nutz.ioc.impl.NutIoc - Get 'dataSource'<interface javax.sql.DataSource>
[DEBUG] 11:04:19.273 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=dataSource
[DEBUG] 11:04:19.325 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dataSource) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 11:04:19.361 [main] org.nutz.ioc.impl.NutIoc - >> Make...'dataSource'<interface javax.sql.DataSource>
[DEBUG] 11:04:19.402 [main] org.nutz.ioc.impl.ScopeContext - Save object 'dataSource' to [app] [DEBUG] 11:04:19.491 [main] org.nutz.ioc.impl.NutIoc - Get 'dataSourceStarter'<>
[DEBUG] 11:04:19.763 [main] org.nutz.ioc.impl.NutIoc - Get 'druidDataSource'<interface javax.sql.DataSource>
[DEBUG] 11:04:19.774 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=druidDataSource
[DEBUG] 11:04:19.827 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(druidDataSource) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 11:04:19.867 [main] org.nutz.ioc.impl.NutIoc - >> Make...'druidDataSource'<interface javax.sql.DataSource>
[DEBUG] 11:04:19.899 [main] org.nutz.ioc.impl.ScopeContext - Save object 'druidDataSource' to [app] [DEBUG] 11:04:19.933 [main] org.nutz.ioc.impl.NutIoc - Get 'dataSourceStarter'<>
[DEBUG] 11:04:26.359 [main] org.nutz.ioc.impl.NutIoc - Get 'sqlManager'<interface org.nutz.dao.SqlManager>
[DEBUG] 11:04:26.377 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=sqlManager
[DEBUG] 11:04:26.447 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sqlManager) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 11:04:26.496 [main] org.nutz.ioc.impl.NutIoc - >> Make...'sqlManager'<interface org.nutz.dao.SqlManager>
[DEBUG] 11:04:26.545 [main] org.nutz.ioc.impl.ScopeContext - Save object 'sqlManager' to [app] [DEBUG] 11:04:26.593 [main] org.nutz.ioc.impl.NutIoc - Get 'nutDaoStarter'<>
[DEBUG] 11:04:28.099 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.dao.impl.NutDao without AOP
[DEBUG] 11:04:28.141 [main] org.nutz.ioc.impl.NutIoc - Get 'dataSource'<interface javax.sql.DataSource>
[DEBUG] 11:04:28.178 [main] org.nutz.ioc.impl.NutIoc - Get 'sqlManager'<interface org.nutz.dao.SqlManager>
[DEBUG] 11:04:28.208 [main] org.nutz.ioc.impl.NutIoc - Get 'nutDaoStarter'<>
[DEBUG] 11:04:59.429 [main] org.nutz.dao.jdbc.Jdbcs - Jdbcs init complete
[INFO ] 11:04:59.439 [main] org.nutz.dao.jdbc.Jdbcs - Get Connection from DataSource for JdbcExpert, if you lock at here, check your database server and configure
[INFO ] 11:05:08.030 [main] com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
[DEBUG] 11:05:17.904 [main] org.nutz.dao.impl.DaoSupport - select expert : org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert
[DEBUG] 11:05:18.455 [main] org.nutz.dao.impl.DaoSupport - JDBC Driver --> mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa )
[DEBUG] 11:05:18.468 [main] org.nutz.dao.impl.DaoSupport - JDBC Name --> MySQL Connector Java
[DEBUG] 11:05:18.492 [main] org.nutz.dao.impl.DaoSupport - JDBC URL --> jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=utf8&useSSL=false
[DEBUG] 11:05:20.303 [main] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_client=utf8mb4
[DEBUG] 11:05:20.334 [main] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_connection=utf8mb4
[DEBUG] 11:05:20.364 [main] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_database=utf8
[DEBUG] 11:05:20.418 [main] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_filesystem=binary
[DEBUG] 11:05:20.453 [main] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_results=
[DEBUG] 11:05:20.471 [main] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_server=utf8
[DEBUG] 11:05:20.497 [main] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_system=utf8
[DEBUG] 11:05:20.528 [main] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_sets_dir=C:\Program Files\MySQL\MySQL Server 5.7\share\charsets\
[DEBUG] 11:05:20.600 [main] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : binlog_format=ROW
[DEBUG] 11:05:20.654 [main] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : database=test
[DEBUG] 11:05:20.704 [main] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : user=root@localhost
[DEBUG] 11:05:21.332 [main] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : 'area' engine=MyISAM
[DEBUG] 11:05:21.363 [main] org.nutz.dao.impl.DaoSupport - Database info --> MYSQL:[MySQL - 5.7.17-log] [DEBUG] 11:05:25.064 [main] org.nutz.resource.Scans - Found 0 resource by src( sqls/ ) , regex( .(sql|sqlx|sqls)$ )
[DEBUG] 11:05:25.072 [main] org.nutz.dao.impl.DaoSupport - SqlManager Sql count=0
[DEBUG] 11:05:25.255 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.TemplatekfmsgServiceImpl without AOP
[DEBUG] 11:05:25.288 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:05:40.753 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dy.modules.models.TemplateKfmsg
[DEBUG] 11:05:40.808 [main] org.nutz.ioc.val.ReferTypeValue - name=userService not found, search for type=cn.wizzer.app.dy.modules.services.UserService
[DEBUG] 11:05:40.877 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:05:40.898 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:05:40.918 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:05:40.938 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:05:40.957 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:05:40.977 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:05:40.995 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:05:41.016 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:41.033 [main] org.nutz.ioc.impl.NutIoc - Get 'userServiceImpl'<interface cn.wizzer.app.dy.modules.services.UserService>
[DEBUG] 11:05:41.040 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=userServiceImpl
[DEBUG] 11:05:41.066 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:41.085 [main] org.nutz.ioc.impl.NutIoc - >> Make...'userServiceImpl'<interface cn.wizzer.app.dy.modules.services.UserService>
[DEBUG] 11:05:41.101 [main] org.nutz.ioc.impl.ScopeContext - Save object 'userServiceImpl' to [app] [DEBUG] 11:05:41.115 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:05:41.170 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.UserServiceImpl without AOP
[DEBUG] 11:05:41.190 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:05:42.955 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dy.modules.models.User
[DEBUG] 11:05:43.084 [main] org.nutz.ioc.val.ReferTypeValue - name=cashService not found, search for type=cn.wizzer.app.dy.modules.services.CashService
[DEBUG] 11:05:43.200 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:05:43.234 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:05:43.266 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:05:43.298 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:05:43.328 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:05:43.356 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:05:43.386 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:05:43.411 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:43.443 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:43.476 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dlsServiceImp) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:43.506 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcDyMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:43.538 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userfeedbackServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:43.566 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(deviceServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:43.590 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopincomeServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:43.613 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(transcodeserverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:43.638 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photouserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:43.662 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileshareServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:43.687 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(adminServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:43.711 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:43.737 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:43.764 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cashServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:43.789 [main] org.nutz.ioc.impl.NutIoc - Get 'cashServiceImpl'<interface cn.wizzer.app.dy.modules.services.CashService>
[DEBUG] 11:05:43.799 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=cashServiceImpl
[DEBUG] 11:05:43.839 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cashServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:43.873 [main] org.nutz.ioc.impl.NutIoc - >> Make...'cashServiceImpl'<interface cn.wizzer.app.dy.modules.services.CashService>
[DEBUG] 11:05:43.906 [main] org.nutz.ioc.impl.ScopeContext - Save object 'cashServiceImpl' to [app] [DEBUG] 11:05:43.933 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:05:44.000 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.CashServiceImpl without AOP
[DEBUG] 11:05:44.022 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:05:45.617 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dy.modules.models.Cash
[DEBUG] 11:05:45.839 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:05:45.871 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:05:45.905 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:05:45.935 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:05:45.971 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:05:46.002 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:05:46.031 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:05:46.057 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:46.084 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:46.113 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dlsServiceImp) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:46.139 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcDyMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:46.167 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userfeedbackServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:46.191 [main] org.nutz.ioc.impl.NutIoc - Get 'userfeedbackServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.UserfeedbackServiceImpl>
[DEBUG] 11:05:46.201 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=userfeedbackServiceImpl
[DEBUG] 11:05:46.235 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userfeedbackServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:46.258 [main] org.nutz.ioc.impl.NutIoc - >> Make...'userfeedbackServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.UserfeedbackServiceImpl>
[DEBUG] 11:05:46.282 [main] org.nutz.ioc.impl.ScopeContext - Save object 'userfeedbackServiceImpl' to [app] [DEBUG] 11:05:46.304 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:05:46.372 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.UserfeedbackServiceImpl without AOP
[DEBUG] 11:05:46.398 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:05:48.039 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dy.modules.models.UserFeedback
[DEBUG] 11:05:48.187 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:05:48.207 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:05:48.228 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:05:48.249 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:05:48.270 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:05:48.293 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:05:48.315 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:05:48.337 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:48.360 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:48.382 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dlsServiceImp) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:48.405 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcDyMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:48.427 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userfeedbackServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:48.449 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(deviceServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:48.473 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopincomeServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:48.494 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(transcodeserverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:48.515 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photouserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:48.534 [main] org.nutz.ioc.impl.NutIoc - Get 'photouserServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.PhotouserServiceImpl>
[DEBUG] 11:05:48.542 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=photouserServiceImpl
[DEBUG] 11:05:48.568 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photouserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:48.585 [main] org.nutz.ioc.impl.NutIoc - >> Make...'photouserServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.PhotouserServiceImpl>
[DEBUG] 11:05:48.603 [main] org.nutz.ioc.impl.ScopeContext - Save object 'photouserServiceImpl' to [app] [DEBUG] 11:05:48.619 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:05:48.676 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.PhotouserServiceImpl without AOP
[DEBUG] 11:05:48.702 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:05:50.311 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dy.modules.models.PhotoUser
[DEBUG] 11:05:50.461 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:05:50.481 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:05:50.504 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:05:50.525 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:05:50.548 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:05:50.571 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:05:50.592 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:05:50.627 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:50.646 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:50.665 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dlsServiceImp) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:50.685 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcDyMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:50.704 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userfeedbackServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:50.724 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(deviceServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:50.743 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopincomeServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:50.763 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(transcodeserverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:50.784 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photouserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:50.804 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileshareServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:50.822 [main] org.nutz.ioc.impl.NutIoc - Get 'fileshareServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.FileshareServiceImpl>
[DEBUG] 11:05:50.829 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=fileshareServiceImpl
[DEBUG] 11:05:50.857 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileshareServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:50.876 [main] org.nutz.ioc.impl.NutIoc - >> Make...'fileshareServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.FileshareServiceImpl>
[DEBUG] 11:05:50.895 [main] org.nutz.ioc.impl.ScopeContext - Save object 'fileshareServiceImpl' to [app] [DEBUG] 11:05:50.915 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:05:50.982 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.FileshareServiceImpl without AOP
[DEBUG] 11:05:51.003 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:05:53.012 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dy.modules.models.FileShare
[DEBUG] 11:05:53.191 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:05:53.215 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:05:53.239 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:05:53.264 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:05:53.293 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:05:53.315 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:05:53.335 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:05:53.356 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:53.375 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:53.395 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dlsServiceImp) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:53.415 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcDyMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:53.438 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userfeedbackServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:53.459 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(deviceServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:53.480 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopincomeServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:53.501 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(transcodeserverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:53.524 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photouserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:53.546 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileshareServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:53.571 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(adminServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:53.594 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:53.615 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:53.636 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cashServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:53.655 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chongzhiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:53.676 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(orderServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:53.699 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(systemServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:53.723 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(debuginfoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:53.747 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cycleimageServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:53.769 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolShopServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:53.789 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(filecartServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:53.813 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(printpdftaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:53.837 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(aliOssUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:53.861 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxPayServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:53.888 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:53.909 [main] org.nutz.ioc.impl.NutIoc - Get 'fileServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.FileServiceImpl>
[DEBUG] 11:05:53.917 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=fileServiceImpl
[DEBUG] 11:05:53.946 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:53.966 [main] org.nutz.ioc.impl.NutIoc - >> Make...'fileServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.FileServiceImpl>
[DEBUG] 11:05:53.986 [main] org.nutz.ioc.impl.ScopeContext - Save object 'fileServiceImpl' to [app] [DEBUG] 11:05:54.008 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:05:54.072 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.FileServiceImpl without AOP
[DEBUG] 11:05:54.097 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:05:56.087 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dy.modules.models.File
[DEBUG] 11:05:56.250 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:05:56.271 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:05:56.291 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:05:56.315 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:05:56.350 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:05:56.384 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:05:56.410 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:05:56.435 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:56.458 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:56.479 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dlsServiceImp) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:56.500 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcDyMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:56.521 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userfeedbackServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:56.541 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(deviceServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:56.562 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopincomeServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:56.587 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(transcodeserverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:56.610 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photouserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:56.630 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileshareServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:56.651 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(adminServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:56.673 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:56.695 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:56.718 [main] org.nutz.ioc.impl.NutIoc - Get 'schoolServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.SchoolServiceImpl>
[DEBUG] 11:05:56.728 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=schoolServiceImpl
[DEBUG] 11:05:56.759 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:56.782 [main] org.nutz.ioc.impl.NutIoc - >> Make...'schoolServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.SchoolServiceImpl>
[DEBUG] 11:05:56.806 [main] org.nutz.ioc.impl.ScopeContext - Save object 'schoolServiceImpl' to [app] [DEBUG] 11:05:56.828 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:05:56.887 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.SchoolServiceImpl without AOP
[DEBUG] 11:05:56.909 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:05:58.466 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dy.modules.models.School
[DEBUG] 11:05:58.617 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:05:58.636 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:05:58.659 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:05:58.685 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:05:58.710 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:05:58.734 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:05:58.753 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:05:58.771 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:58.792 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:58.813 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dlsServiceImp) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:58.836 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcDyMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:58.857 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userfeedbackServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:58.879 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(deviceServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:58.905 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopincomeServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:58.928 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(transcodeserverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:58.951 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photouserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:58.975 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileshareServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:58.998 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(adminServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:59.023 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:59.046 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:59.072 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cashServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:59.092 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chongzhiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:59.113 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(orderServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:59.136 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(systemServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:59.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(debuginfoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:59.178 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cycleimageServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:59.203 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolShopServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:59.227 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(filecartServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:59.248 [main] org.nutz.ioc.impl.NutIoc - Get 'filecartServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.FilecartServiceImpl>
[DEBUG] 11:05:59.256 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=filecartServiceImpl
[DEBUG] 11:05:59.283 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(filecartServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:05:59.302 [main] org.nutz.ioc.impl.NutIoc - >> Make...'filecartServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.FilecartServiceImpl>
[DEBUG] 11:05:59.322 [main] org.nutz.ioc.impl.ScopeContext - Save object 'filecartServiceImpl' to [app] [DEBUG] 11:05:59.341 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:05:59.402 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.FilecartServiceImpl without AOP
[DEBUG] 11:05:59.422 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:06:01.480 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dy.modules.models.FileCart
[DEBUG] 11:06:01.836 [main] org.nutz.ioc.val.ReferTypeValue - name=fileuserService not found, search for type=cn.wizzer.app.dy.modules.services.FileuserService
[DEBUG] 11:06:01.908 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:06:01.930 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:06:01.949 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:06:01.968 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:06:01.987 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:06:02.006 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:06:02.025 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:06:02.044 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:02.063 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:02.085 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dlsServiceImp) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:02.104 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcDyMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:02.124 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userfeedbackServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:02.143 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(deviceServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:02.163 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopincomeServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:02.181 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(transcodeserverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:02.197 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photouserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:02.220 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileshareServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:02.247 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(adminServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:02.278 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:02.309 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:02.334 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cashServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:02.365 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chongzhiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:02.395 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(orderServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:02.420 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(systemServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:02.448 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(debuginfoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:02.482 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cycleimageServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:02.506 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolShopServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:02.535 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(filecartServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:02.566 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(printpdftaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:02.594 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(aliOssUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:02.624 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxPayServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:02.649 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:02.672 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photocartServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:02.693 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(converttaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:02.713 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentbuyServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:02.735 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(advertisementkfmsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:02.757 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(clientadverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:02.780 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileuserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:02.802 [main] org.nutz.ioc.impl.NutIoc - Get 'fileuserServiceImpl'<interface cn.wizzer.app.dy.modules.services.FileuserService>
[DEBUG] 11:06:02.810 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=fileuserServiceImpl
[DEBUG] 11:06:02.839 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileuserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:02.860 [main] org.nutz.ioc.impl.NutIoc - >> Make...'fileuserServiceImpl'<interface cn.wizzer.app.dy.modules.services.FileuserService>
[DEBUG] 11:06:02.880 [main] org.nutz.ioc.impl.ScopeContext - Save object 'fileuserServiceImpl' to [app] [DEBUG] 11:06:02.900 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:06:02.956 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.FileuserServiceImpl without AOP
[DEBUG] 11:06:02.975 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:06:04.531 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dy.modules.models.FileUser
[DEBUG] 11:06:04.554 [main] org.nutz.ioc.val.ReferTypeValue - name=fileService not found, search for type=cn.wizzer.app.dy.modules.services.FileService
[DEBUG] 11:06:04.581 [main] org.nutz.ioc.impl.NutIoc - Get 'fileServiceImpl'<interface cn.wizzer.app.dy.modules.services.FileService>
[DEBUG] 11:06:04.602 [main] org.nutz.ioc.val.ReferTypeValue - name=userService not found, search for type=cn.wizzer.app.dy.modules.services.UserService
[DEBUG] 11:06:04.625 [main] org.nutz.ioc.impl.NutIoc - Get 'userServiceImpl'<interface cn.wizzer.app.dy.modules.services.UserService>
[DEBUG] 11:06:04.646 [main] org.nutz.ioc.val.ReferTypeValue - name=wddyjgService not found, search for type=cn.wizzer.app.dy.modules.services.WddyjgService
[DEBUG] 11:06:04.731 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:06:04.758 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:06:04.785 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:06:04.813 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:06:04.840 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:06:04.867 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:06:04.891 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:06:04.916 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:04.938 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:04.962 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dlsServiceImp) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:04.985 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcDyMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:05.016 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userfeedbackServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:05.046 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(deviceServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:05.075 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopincomeServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:05.102 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(transcodeserverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:05.127 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photouserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:05.153 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileshareServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:05.181 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(adminServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:05.206 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:05.236 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:05.264 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cashServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:05.288 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chongzhiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:05.310 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(orderServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:05.333 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(systemServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:05.354 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(debuginfoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:05.377 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cycleimageServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:05.401 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolShopServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:05.423 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(filecartServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:05.448 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(printpdftaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:05.481 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(aliOssUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:05.512 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxPayServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:05.544 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:05.572 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photocartServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:05.605 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(converttaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:05.644 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentbuyServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:05.693 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(advertisementkfmsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:05.765 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(clientadverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:05.827 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileuserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:05.867 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(filecategoryServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:05.902 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:05.934 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(templatekfmsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:05.973 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(orderfileServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:06.009 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(ordertuiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:06.047 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wddyjgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:06.083 [main] org.nutz.ioc.impl.NutIoc - Get 'wddyjgServiceImpl'<interface cn.wizzer.app.dy.modules.services.WddyjgService>
[DEBUG] 11:06:06.099 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=wddyjgServiceImpl
[DEBUG] 11:06:06.155 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wddyjgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:06.192 [main] org.nutz.ioc.impl.NutIoc - >> Make...'wddyjgServiceImpl'<interface cn.wizzer.app.dy.modules.services.WddyjgService>
[DEBUG] 11:06:06.229 [main] org.nutz.ioc.impl.ScopeContext - Save object 'wddyjgServiceImpl' to [app] [DEBUG] 11:06:06.268 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:06:06.398 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.WddyjgServiceImpl without AOP
[DEBUG] 11:06:06.440 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:06:08.725 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dy.modules.models.Wddyjg
[DEBUG] 11:06:08.762 [main] org.nutz.ioc.val.ReferTypeValue - name=deviceService not found, search for type=cn.wizzer.app.dy.modules.services.DeviceService
[DEBUG] 11:06:08.884 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:06:08.912 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:06:08.951 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:06:08.982 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:06:09.001 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:06:09.023 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:06:09.051 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:06:09.077 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:09.095 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:09.132 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dlsServiceImp) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:09.178 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcDyMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:09.215 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userfeedbackServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:09.246 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(deviceServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:09.277 [main] org.nutz.ioc.impl.NutIoc - Get 'deviceServiceImpl'<interface cn.wizzer.app.dy.modules.services.DeviceService>
[DEBUG] 11:06:09.289 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=deviceServiceImpl
[DEBUG] 11:06:09.335 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(deviceServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:09.365 [main] org.nutz.ioc.impl.NutIoc - >> Make...'deviceServiceImpl'<interface cn.wizzer.app.dy.modules.services.DeviceService>
[DEBUG] 11:06:09.388 [main] org.nutz.ioc.impl.ScopeContext - Save object 'deviceServiceImpl' to [app] [DEBUG] 11:06:09.416 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:06:09.512 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.DeviceServiceImpl without AOP
[DEBUG] 11:06:09.540 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:06:12.159 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dy.modules.models.Device
[DEBUG] 11:06:12.240 [main] org.nutz.ioc.val.ReferTypeValue - name=shopService not found, search for type=cn.wizzer.app.dy.modules.services.ShopService
[DEBUG] 11:06:12.347 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:06:12.379 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:06:12.407 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:06:12.439 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:06:12.465 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:06:12.495 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:06:12.526 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:06:12.560 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:12.590 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:12.621 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dlsServiceImp) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:12.649 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcDyMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:12.678 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userfeedbackServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:12.708 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(deviceServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:12.735 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopincomeServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:12.767 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(transcodeserverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:12.800 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photouserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:12.832 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileshareServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:12.861 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(adminServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:12.887 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:12.919 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:12.955 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cashServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:12.998 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chongzhiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:13.026 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(orderServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:13.055 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(systemServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:13.091 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(debuginfoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:13.123 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cycleimageServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:13.155 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolShopServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:13.193 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(filecartServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:13.222 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(printpdftaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:13.257 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(aliOssUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:13.291 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxPayServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:13.321 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:13.353 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photocartServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:13.381 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(converttaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:13.408 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentbuyServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:13.438 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(advertisementkfmsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:13.467 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(clientadverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:13.496 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileuserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:13.525 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(filecategoryServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:13.554 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:13.584 [main] org.nutz.ioc.impl.NutIoc - Get 'shopServiceImpl'<interface cn.wizzer.app.dy.modules.services.ShopService>
[DEBUG] 11:06:13.597 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=shopServiceImpl
[DEBUG] 11:06:13.637 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:13.663 [main] org.nutz.ioc.impl.NutIoc - >> Make...'shopServiceImpl'<interface cn.wizzer.app.dy.modules.services.ShopService>
[DEBUG] 11:06:13.690 [main] org.nutz.ioc.impl.ScopeContext - Save object 'shopServiceImpl' to [app] [DEBUG] 11:06:13.720 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:06:13.798 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.ShopServiceImpl without AOP
[DEBUG] 11:06:13.820 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:06:15.666 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dy.modules.models.Shop
[DEBUG] 11:06:15.688 [main] org.nutz.ioc.val.ReferTypeValue - name=photocartService not found, search for type=cn.wizzer.app.dy.modules.services.PhotocartService
[DEBUG] 11:06:15.767 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:06:15.791 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:06:15.816 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:06:15.851 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:06:15.877 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:06:15.901 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:06:15.924 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:06:15.940 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:15.958 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:15.977 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dlsServiceImp) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:15.998 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcDyMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:16.022 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userfeedbackServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:16.046 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(deviceServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:16.067 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopincomeServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:16.090 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(transcodeserverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:16.119 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photouserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:16.155 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileshareServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:16.185 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(adminServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:16.217 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:16.246 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:16.275 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cashServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:16.302 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chongzhiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:16.331 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(orderServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:16.355 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(systemServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:16.379 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(debuginfoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:16.403 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cycleimageServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:16.426 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolShopServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:16.447 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(filecartServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:16.470 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(printpdftaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:16.490 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(aliOssUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:16.510 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxPayServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:16.530 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:16.552 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photocartServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:16.572 [main] org.nutz.ioc.impl.NutIoc - Get 'photocartServiceImpl'<interface cn.wizzer.app.dy.modules.services.PhotocartService>
[DEBUG] 11:06:16.579 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=photocartServiceImpl
[DEBUG] 11:06:16.606 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photocartServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:16.624 [main] org.nutz.ioc.impl.NutIoc - >> Make...'photocartServiceImpl'<interface cn.wizzer.app.dy.modules.services.PhotocartService>
[DEBUG] 11:06:16.643 [main] org.nutz.ioc.impl.ScopeContext - Save object 'photocartServiceImpl' to [app] [DEBUG] 11:06:16.661 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:06:16.717 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.PhotocartServiceImpl without AOP
[DEBUG] 11:06:16.738 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:06:18.829 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dy.modules.models.PhotoCart
[DEBUG] 11:06:18.909 [main] org.nutz.ioc.val.ReferTypeValue - name=photoService not found, search for type=cn.wizzer.app.dy.modules.services.PhotoService
[DEBUG] 11:06:19.035 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:06:19.084 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:06:19.121 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:06:19.156 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:06:19.188 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:06:19.230 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:06:19.265 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:06:19.303 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:19.346 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:19.388 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dlsServiceImp) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:19.437 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcDyMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:19.490 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userfeedbackServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:19.528 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(deviceServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:19.590 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopincomeServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:19.631 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(transcodeserverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:19.667 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photouserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:19.700 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileshareServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:19.731 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(adminServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:19.765 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:19.793 [main] org.nutz.ioc.impl.NutIoc - Get 'photoServiceImpl'<interface cn.wizzer.app.dy.modules.services.PhotoService>
[DEBUG] 11:06:19.804 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=photoServiceImpl
[DEBUG] 11:06:19.849 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:19.878 [main] org.nutz.ioc.impl.NutIoc - >> Make...'photoServiceImpl'<interface cn.wizzer.app.dy.modules.services.PhotoService>
[DEBUG] 11:06:19.911 [main] org.nutz.ioc.impl.ScopeContext - Save object 'photoServiceImpl' to [app] [DEBUG] 11:06:19.944 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:06:20.033 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.PhotoServiceImpl without AOP
[DEBUG] 11:06:20.062 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:06:22.021 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dy.modules.models.Photo
[DEBUG] 11:06:22.082 [main] org.nutz.ioc.val.ReferTypeValue - name=photocartService not found, search for type=cn.wizzer.app.dy.modules.services.PhotocartService
[DEBUG] 11:06:22.109 [main] org.nutz.ioc.impl.NutIoc - Get 'photocartServiceImpl'<interface cn.wizzer.app.dy.modules.services.PhotocartService>
[DEBUG] 11:06:22.132 [main] org.nutz.ioc.val.ReferTypeValue - name=photoService not found, search for type=cn.wizzer.app.dy.modules.services.PhotoService
[DEBUG] 11:06:22.160 [main] org.nutz.ioc.impl.NutIoc - Get 'photoServiceImpl'<interface cn.wizzer.app.dy.modules.services.PhotoService>
[DEBUG] 11:06:22.426 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:06:22.458 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:06:22.487 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:06:22.514 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:06:22.541 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:06:22.567 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:06:22.591 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:06:22.617 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:22.645 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:22.671 [main] org.nutz.ioc.impl.NutIoc - Get 'photoidentServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.PhotoidentServiceImpl>
[DEBUG] 11:06:22.681 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=photoidentServiceImpl
[DEBUG] 11:06:22.717 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:22.742 [main] org.nutz.ioc.impl.NutIoc - >> Make...'photoidentServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.PhotoidentServiceImpl>
[DEBUG] 11:06:22.767 [main] org.nutz.ioc.impl.ScopeContext - Save object 'photoidentServiceImpl' to [app] [DEBUG] 11:06:22.793 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:06:22.866 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.PhotoidentServiceImpl without AOP
[DEBUG] 11:06:22.892 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:06:25.122 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dy.modules.models.PhotoIdent
[DEBUG] 11:06:25.653 [main] org.nutz.ioc.val.ReferTypeValue - name=wddyjgService not found, search for type=cn.wizzer.app.dy.modules.services.WddyjgService
[DEBUG] 11:06:25.688 [main] org.nutz.ioc.impl.NutIoc - Get 'wddyjgServiceImpl'<interface cn.wizzer.app.dy.modules.services.WddyjgService>
[DEBUG] 11:06:25.715 [main] org.nutz.ioc.impl.NutIoc - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 11:06:25.730 [main] org.nutz.ioc.val.ReferTypeValue - name=userService not found, search for type=cn.wizzer.app.dy.modules.services.UserService
[DEBUG] 11:06:25.751 [main] org.nutz.ioc.impl.NutIoc - Get 'userServiceImpl'<interface cn.wizzer.app.dy.modules.services.UserService>
[DEBUG] 11:06:25.772 [main] org.nutz.ioc.val.ReferTypeValue - name=wxPayService not found, search for type=cn.wizzer.app.dy.modules.services.WxPayService
[DEBUG] 11:06:25.843 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:06:25.884 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:06:25.975 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:06:26.018 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:06:26.059 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:06:26.100 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:06:26.145 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:06:26.197 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:26.242 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:26.284 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dlsServiceImp) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:26.321 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcDyMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:26.356 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userfeedbackServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:26.408 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(deviceServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:26.461 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopincomeServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:26.511 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(transcodeserverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:26.539 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photouserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:26.567 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileshareServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:26.599 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(adminServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:26.630 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:26.661 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:26.689 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cashServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:26.716 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chongzhiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:26.741 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(orderServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:26.767 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(systemServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:26.795 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(debuginfoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:26.813 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cycleimageServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:26.828 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolShopServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:26.854 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(filecartServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:26.881 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(printpdftaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:26.908 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(aliOssUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:26.933 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxPayServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:26.963 [main] org.nutz.ioc.impl.NutIoc - Get 'wxPayServiceImpl'<interface cn.wizzer.app.dy.modules.services.WxPayService>
[DEBUG] 11:06:26.978 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=wxPayServiceImpl
[DEBUG] 11:06:27.048 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxPayServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:27.093 [main] org.nutz.ioc.impl.NutIoc - >> Make...'wxPayServiceImpl'<interface cn.wizzer.app.dy.modules.services.WxPayService>
[DEBUG] 11:06:27.139 [main] org.nutz.ioc.impl.ScopeContext - Save object 'wxPayServiceImpl' to [app] [DEBUG] 11:06:27.199 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.WxPayServiceImpl without AOP
[DEBUG] 11:06:28.265 [main] org.nutz.ioc.val.ReferTypeValue - name=userService not found, search for type=cn.wizzer.app.dy.modules.services.UserService
[DEBUG] 11:06:28.318 [main] org.nutz.ioc.impl.NutIoc - Get 'userServiceImpl'<interface cn.wizzer.app.dy.modules.services.UserService>
[DEBUG] 11:06:28.366 [main] org.nutz.ioc.val.ReferTypeValue - name=deviceService not found, search for type=cn.wizzer.app.dy.modules.services.DeviceService
[DEBUG] 11:06:28.423 [main] org.nutz.ioc.impl.NutIoc - Get 'deviceServiceImpl'<interface cn.wizzer.app.dy.modules.services.DeviceService>
[DEBUG] 11:06:28.473 [main] org.nutz.ioc.val.ReferTypeValue - name=fileCartService not found, search for type=cn.wizzer.app.dy.modules.services.FilecartService
[DEBUG] 11:06:28.545 [main] org.nutz.ioc.impl.NutIoc - Get 'filecartServiceImpl'<interface cn.wizzer.app.dy.modules.services.FilecartService>
[DEBUG] 11:06:28.594 [main] org.nutz.ioc.val.ReferTypeValue - name=debuginfoService not found, search for type=cn.wizzer.app.dy.modules.services.DebuginfoService
[DEBUG] 11:06:28.775 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:06:28.822 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:06:28.875 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:06:28.924 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:06:28.953 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:06:28.973 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:06:29.002 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:06:29.030 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:29.061 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:29.089 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dlsServiceImp) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:29.115 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcDyMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:29.142 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userfeedbackServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:29.167 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(deviceServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:29.185 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopincomeServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:29.202 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(transcodeserverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:29.220 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photouserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:29.241 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileshareServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:29.269 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(adminServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:29.296 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:29.324 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:29.373 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cashServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:29.440 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chongzhiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:29.479 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(orderServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:29.499 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(systemServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:29.516 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(debuginfoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:29.536 [main] org.nutz.ioc.impl.NutIoc - Get 'debuginfoServiceImpl'<interface cn.wizzer.app.dy.modules.services.DebuginfoService>
[DEBUG] 11:06:29.547 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=debuginfoServiceImpl
[DEBUG] 11:06:29.583 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(debuginfoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:29.625 [main] org.nutz.ioc.impl.NutIoc - >> Make...'debuginfoServiceImpl'<interface cn.wizzer.app.dy.modules.services.DebuginfoService>
[DEBUG] 11:06:29.689 [main] org.nutz.ioc.impl.ScopeContext - Save object 'debuginfoServiceImpl' to [app] [DEBUG] 11:06:29.754 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:06:29.898 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.DebuginfoServiceImpl without AOP
[DEBUG] 11:06:29.959 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:06:32.508 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dy.modules.models.DebugInfo
[DEBUG] 11:06:32.568 [main] org.nutz.ioc.val.ReferTypeValue - name=orderfileService not found, search for type=cn.wizzer.app.dy.modules.services.OrderfileService
[DEBUG] 11:06:32.779 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:06:32.845 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:06:32.909 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:06:32.942 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:06:32.973 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:06:33.005 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:06:33.036 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:06:33.068 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:33.096 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:33.124 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dlsServiceImp) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:33.149 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcDyMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:33.175 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userfeedbackServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:33.202 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(deviceServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:33.233 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopincomeServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:33.263 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(transcodeserverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:33.296 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photouserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:33.347 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileshareServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:33.400 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(adminServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:33.447 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:33.506 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:33.565 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cashServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:33.630 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chongzhiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:33.682 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(orderServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:33.712 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(systemServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:33.740 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(debuginfoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:33.771 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cycleimageServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:33.802 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolShopServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:33.836 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(filecartServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:33.868 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(printpdftaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:33.900 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(aliOssUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:33.928 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxPayServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:33.954 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:33.980 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photocartServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:34.006 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(converttaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:34.033 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentbuyServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:34.060 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(advertisementkfmsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:34.086 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(clientadverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:34.114 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileuserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:34.148 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(filecategoryServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:34.173 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:34.201 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(templatekfmsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:34.228 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(orderfileServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:34.252 [main] org.nutz.ioc.impl.NutIoc - Get 'orderfileServiceImpl'<interface cn.wizzer.app.dy.modules.services.OrderfileService>
[DEBUG] 11:06:34.261 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=orderfileServiceImpl
[DEBUG] 11:06:34.308 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(orderfileServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:34.345 [main] org.nutz.ioc.impl.NutIoc - >> Make...'orderfileServiceImpl'<interface cn.wizzer.app.dy.modules.services.OrderfileService>
[DEBUG] 11:06:34.374 [main] org.nutz.ioc.impl.ScopeContext - Save object 'orderfileServiceImpl' to [app] [DEBUG] 11:06:34.401 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:06:34.497 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.OrderfileServiceImpl without AOP
[DEBUG] 11:06:34.523 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:06:37.061 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dy.modules.models.OrderFile
[DEBUG] 11:06:37.624 [main] org.nutz.ioc.val.ReferTypeValue - name=service not found, search for type=cn.wizzer.app.dy.modules.services.FileService
[DEBUG] 11:06:37.658 [main] org.nutz.ioc.impl.NutIoc - Get 'fileServiceImpl'<interface cn.wizzer.app.dy.modules.services.FileService>
[DEBUG] 11:06:37.687 [main] org.nutz.ioc.val.ReferTypeValue - name=fileshareService not found, search for type=cn.wizzer.app.dy.modules.services.FileshareService
[DEBUG] 11:06:37.722 [main] org.nutz.ioc.impl.NutIoc - Get 'fileshareServiceImpl'<interface cn.wizzer.app.dy.modules.services.FileshareService>
[DEBUG] 11:06:37.759 [main] org.nutz.ioc.val.ReferTypeValue - name=photocartService not found, search for type=cn.wizzer.app.dy.modules.services.PhotocartService
[DEBUG] 11:06:37.790 [main] org.nutz.ioc.impl.NutIoc - Get 'photocartServiceImpl'<interface cn.wizzer.app.dy.modules.services.PhotocartService>
[DEBUG] 11:06:37.813 [main] org.nutz.ioc.impl.NutIoc - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 11:06:37.843 [main] org.nutz.ioc.val.ReferTypeValue - name=ordertuiService not found, search for type=cn.wizzer.app.dy.modules.services.OrdertuiService
[DEBUG] 11:06:37.958 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:06:37.986 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:06:38.014 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:06:38.040 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:06:38.068 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:06:38.096 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:06:38.134 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:06:38.161 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:38.189 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:38.220 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dlsServiceImp) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:38.252 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcDyMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:38.282 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userfeedbackServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:38.315 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(deviceServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:38.349 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopincomeServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:38.376 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(transcodeserverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:38.407 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photouserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:38.435 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileshareServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:38.462 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(adminServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:38.489 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:38.517 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:38.547 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cashServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:38.573 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chongzhiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:38.601 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(orderServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:38.627 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(systemServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:38.654 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(debuginfoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:38.680 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cycleimageServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:38.712 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolShopServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:38.743 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(filecartServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:38.773 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(printpdftaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:38.801 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(aliOssUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:38.828 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxPayServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:38.855 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:38.881 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photocartServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:38.908 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(converttaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:38.933 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentbuyServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:38.948 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(advertisementkfmsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:38.967 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(clientadverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:38.988 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileuserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:39.011 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(filecategoryServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:39.037 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:39.064 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(templatekfmsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:39.090 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(orderfileServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:39.115 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(ordertuiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:39.141 [main] org.nutz.ioc.impl.NutIoc - Get 'ordertuiServiceImpl'<interface cn.wizzer.app.dy.modules.services.OrdertuiService>
[DEBUG] 11:06:39.154 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=ordertuiServiceImpl
[DEBUG] 11:06:39.192 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(ordertuiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:39.217 [main] org.nutz.ioc.impl.NutIoc - >> Make...'ordertuiServiceImpl'<interface cn.wizzer.app.dy.modules.services.OrdertuiService>
[DEBUG] 11:06:39.240 [main] org.nutz.ioc.impl.ScopeContext - Save object 'ordertuiServiceImpl' to [app] [DEBUG] 11:06:39.261 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:06:39.321 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.OrdertuiServiceImpl without AOP
[DEBUG] 11:06:39.344 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:06:41.195 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dy.modules.models.OrderTui
[DEBUG] 11:06:41.212 [main] org.nutz.ioc.val.ReferTypeValue - name=chongzhiService not found, search for type=cn.wizzer.app.dy.modules.services.ChongzhiService
[DEBUG] 11:06:41.275 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:06:41.293 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:06:41.336 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:06:41.382 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:06:41.428 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:06:41.474 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:06:41.524 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:06:41.569 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:41.608 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:41.646 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dlsServiceImp) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:41.691 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcDyMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:41.738 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userfeedbackServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:41.766 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(deviceServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:41.791 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopincomeServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:41.815 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(transcodeserverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:41.839 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photouserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:41.865 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileshareServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:41.884 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(adminServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:41.898 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:41.910 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:41.926 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cashServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:41.945 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chongzhiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:41.962 [main] org.nutz.ioc.impl.NutIoc - Get 'chongzhiServiceImpl'<interface cn.wizzer.app.dy.modules.services.ChongzhiService>
[DEBUG] 11:06:41.971 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=chongzhiServiceImpl
[DEBUG] 11:06:41.999 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chongzhiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:06:42.020 [main] org.nutz.ioc.impl.NutIoc - >> Make...'chongzhiServiceImpl'<interface cn.wizzer.app.dy.modules.services.ChongzhiService>
[DEBUG] 11:06:42.041 [main] org.nutz.ioc.impl.ScopeContext - Save object 'chongzhiServiceImpl' to [app] [DEBUG] 11:06:42.061 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:06:42.136 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.ChongzhiServiceImpl without AOP
[DEBUG] 11:06:42.160 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:06:44.044 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dy.modules.models.ChongZhi
[DEBUG] 11:06:44.064 [main] org.nutz.ioc.impl.NutIoc - Get 'redisService'<class org.nutz.integration.jedis.RedisService>
[DEBUG] 11:06:44.070 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=redisService
[DEBUG] 11:06:44.098 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(redisService) in JsonLoader(paths=[org/nutz/integration/jedis/jedis.js])
[DEBUG] 11:06:44.116 [main] org.nutz.ioc.impl.NutIoc - >> Make...'redisService'<class org.nutz.integration.jedis.RedisService>
[DEBUG] 11:06:44.135 [main] org.nutz.ioc.impl.ScopeContext - Save object 'redisService' to [app] [DEBUG] 11:07:01.309 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.jedis.RedisService without AOP
[DEBUG] 11:07:45.336 [main] org.nutz.ioc.impl.NutIoc - Get 'jedisAgent'<>
[DEBUG] 11:07:45.348 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=jedisAgent
[DEBUG] 11:07:45.415 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(jedisAgent) in JsonLoader(paths=[org/nutz/integration/jedis/jedis.js])
[DEBUG] 11:07:45.453 [main] org.nutz.ioc.impl.NutIoc - >> Make...'jedisAgent'<>
[DEBUG] 11:07:45.494 [main] org.nutz.ioc.impl.ScopeContext - Save object 'jedisAgent' to [app] [DEBUG] 11:07:45.565 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.jedis.JedisAgent without AOP
[DEBUG] 11:07:46.686 [main] org.nutz.ioc.impl.NutIoc - Get 'conf'<>
[DEBUG] 11:07:46.733 [main] org.nutz.ioc.val.ReferTypeValue - name=orderService not found, search for type=cn.wizzer.app.dy.modules.services.OrderService
[DEBUG] 11:07:46.901 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:07:46.930 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:07:46.958 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:07:46.986 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:07:47.012 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:07:47.040 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:07:47.067 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:07:47.094 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:47.123 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:47.150 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dlsServiceImp) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:47.178 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcDyMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:47.204 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userfeedbackServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:47.231 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(deviceServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:47.258 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopincomeServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:47.285 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(transcodeserverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:47.325 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photouserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:47.376 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileshareServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:47.430 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(adminServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:47.479 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:47.529 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:47.581 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cashServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:47.629 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chongzhiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:47.675 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(orderServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:47.718 [main] org.nutz.ioc.impl.NutIoc - Get 'orderServiceImpl'<interface cn.wizzer.app.dy.modules.services.OrderService>
[DEBUG] 11:07:47.735 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=orderServiceImpl
[DEBUG] 11:07:47.810 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(orderServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:47.856 [main] org.nutz.ioc.impl.NutIoc - >> Make...'orderServiceImpl'<interface cn.wizzer.app.dy.modules.services.OrderService>
[DEBUG] 11:07:47.901 [main] org.nutz.ioc.impl.ScopeContext - Save object 'orderServiceImpl' to [app] [DEBUG] 11:07:47.944 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:07:48.083 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.OrderServiceImpl without AOP
[DEBUG] 11:07:48.127 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:07:51.677 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dy.modules.models.Order
[DEBUG] 11:07:52.401 [main] org.nutz.ioc.val.ReferTypeValue - name=orderfileService not found, search for type=cn.wizzer.app.dy.modules.services.OrderfileService
[DEBUG] 11:07:52.478 [main] org.nutz.ioc.impl.NutIoc - Get 'orderfileServiceImpl'<interface cn.wizzer.app.dy.modules.services.OrderfileService>
[DEBUG] 11:07:52.536 [main] org.nutz.ioc.val.ReferTypeValue - name=filecartService not found, search for type=cn.wizzer.app.dy.modules.services.FilecartService
[DEBUG] 11:07:52.616 [main] org.nutz.ioc.impl.NutIoc - Get 'filecartServiceImpl'<interface cn.wizzer.app.dy.modules.services.FilecartService>
[DEBUG] 11:07:52.683 [main] org.nutz.ioc.val.ReferTypeValue - name=debuginfoService not found, search for type=cn.wizzer.app.dy.modules.services.DebuginfoService
[DEBUG] 11:07:52.765 [main] org.nutz.ioc.impl.NutIoc - Get 'debuginfoServiceImpl'<interface cn.wizzer.app.dy.modules.services.DebuginfoService>
[DEBUG] 11:07:52.828 [main] org.nutz.ioc.impl.NutIoc - Get 'redisService'<class org.nutz.integration.jedis.RedisService>
[DEBUG] 11:07:52.889 [main] org.nutz.ioc.val.ReferTypeValue - name=printpdftaskService not found, search for type=cn.wizzer.app.dy.modules.services.PrintpdftaskService
[DEBUG] 11:07:53.073 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:07:53.125 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:07:53.180 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:07:53.236 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:07:53.295 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:07:53.357 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:07:53.413 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:07:53.468 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:53.529 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:53.588 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dlsServiceImp) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:53.644 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcDyMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:53.705 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userfeedbackServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:53.766 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(deviceServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:53.830 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopincomeServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:53.894 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(transcodeserverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:53.964 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photouserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:54.030 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileshareServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:54.072 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(adminServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:54.099 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:54.131 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:54.159 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cashServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:54.192 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chongzhiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:54.224 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(orderServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:54.283 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(systemServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:54.319 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(debuginfoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:54.356 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cycleimageServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:54.399 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolShopServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:54.456 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(filecartServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:54.514 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(printpdftaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:54.571 [main] org.nutz.ioc.impl.NutIoc - Get 'printpdftaskServiceImpl'<interface cn.wizzer.app.dy.modules.services.PrintpdftaskService>
[DEBUG] 11:07:54.591 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=printpdftaskServiceImpl
[DEBUG] 11:07:54.671 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(printpdftaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:54.724 [main] org.nutz.ioc.impl.NutIoc - >> Make...'printpdftaskServiceImpl'<interface cn.wizzer.app.dy.modules.services.PrintpdftaskService>
[DEBUG] 11:07:54.780 [main] org.nutz.ioc.impl.ScopeContext - Save object 'printpdftaskServiceImpl' to [app] [DEBUG] 11:07:54.834 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:07:54.979 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.PrintpdftaskServiceImpl without AOP
[DEBUG] 11:07:55.033 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:07:58.332 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dy.modules.models.Printpdftask
[DEBUG] 11:07:58.359 [main] org.nutz.ioc.val.ReferTypeValue - name=userService not found, search for type=cn.wizzer.app.dy.modules.services.UserService
[DEBUG] 11:07:58.420 [main] org.nutz.ioc.impl.NutIoc - Get 'userServiceImpl'<interface cn.wizzer.app.dy.modules.services.UserService>
[DEBUG] 11:07:58.478 [main] org.nutz.ioc.val.ReferTypeValue - name=deviceService not found, search for type=cn.wizzer.app.dy.modules.services.DeviceService
[DEBUG] 11:07:58.543 [main] org.nutz.ioc.impl.NutIoc - Get 'deviceServiceImpl'<interface cn.wizzer.app.dy.modules.services.DeviceService>
[DEBUG] 11:07:58.609 [main] org.nutz.ioc.val.ReferTypeValue - name=shopService not found, search for type=cn.wizzer.app.dy.modules.services.ShopService
[DEBUG] 11:07:58.681 [main] org.nutz.ioc.impl.NutIoc - Get 'shopServiceImpl'<interface cn.wizzer.app.dy.modules.services.ShopService>
[DEBUG] 11:07:58.739 [main] org.nutz.ioc.val.ReferTypeValue - name=shopincomeService not found, search for type=cn.wizzer.app.dy.modules.services.ShopincomeService
[DEBUG] 11:07:58.939 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:07:58.995 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:07:59.053 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:07:59.111 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:07:59.171 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:07:59.232 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:07:59.267 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:07:59.317 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:59.372 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:59.429 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dlsServiceImp) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:59.490 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcDyMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:59.545 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userfeedbackServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:59.602 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(deviceServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:59.659 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopincomeServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:59.718 [main] org.nutz.ioc.impl.NutIoc - Get 'shopincomeServiceImpl'<interface cn.wizzer.app.dy.modules.services.ShopincomeService>
[DEBUG] 11:07:59.738 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=shopincomeServiceImpl
[DEBUG] 11:07:59.812 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopincomeServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:07:59.863 [main] org.nutz.ioc.impl.NutIoc - >> Make...'shopincomeServiceImpl'<interface cn.wizzer.app.dy.modules.services.ShopincomeService>
[DEBUG] 11:07:59.921 [main] org.nutz.ioc.impl.ScopeContext - Save object 'shopincomeServiceImpl' to [app] [DEBUG] 11:07:59.979 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:08:00.099 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.ShopincomeServiceImpl without AOP
[DEBUG] 11:08:00.134 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:08:03.159 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dy.modules.models.ShopIncome
[DEBUG] 11:08:03.208 [main] org.nutz.ioc.impl.NutIoc - Get 'wxApi2'<interface org.nutz.weixin.spi.WxApi2>
[DEBUG] 11:08:03.223 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=wxApi2
[DEBUG] 11:08:03.307 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxApi2) in JsonLoader(paths=[org/nutz/plugins/weixin/weixin.js])
[DEBUG] 11:08:03.352 [main] org.nutz.ioc.impl.NutIoc - >> Make...'wxApi2'<interface org.nutz.weixin.spi.WxApi2>
[DEBUG] 11:08:03.401 [main] org.nutz.ioc.impl.ScopeContext - Save object 'wxApi2' to [app] [DEBUG] 11:08:05.256 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.weixin.impl.WxApi2Impl without AOP
[DEBUG] 11:08:18.743 [main] org.nutz.ioc.impl.NutIoc - Get 'conf'<>
[DEBUG] 11:08:18.797 [main] org.nutz.ioc.impl.NutIoc - Get 'wxAccessTokenStore'<>
[DEBUG] 11:08:18.816 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=wxAccessTokenStore
[DEBUG] 11:08:18.899 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxAccessTokenStore) in JsonLoader(paths=[org/nutz/plugins/weixin/weixin.js])
[DEBUG] 11:08:18.952 [main] org.nutz.ioc.impl.NutIoc - >> Make...'wxAccessTokenStore'<>
[DEBUG] 11:08:19.012 [main] org.nutz.ioc.impl.ScopeContext - Save object 'wxAccessTokenStore' to [app] [DEBUG] 11:08:19.834 [main] org.nutz.ioc.impl.NutIoc - Get 'conf'<>
[DEBUG] 11:08:20.377 [main] org.nutz.ioc.impl.NutIoc - Get 'conf'<>
[DEBUG] 11:08:33.109 [main] org.nutz.ioc.impl.NutIoc - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 11:08:33.166 [main] org.nutz.ioc.val.ReferTypeValue - name=photoidentService not found, search for type=cn.wizzer.app.dy.modules.services.PhotoidentService
[DEBUG] 11:08:33.232 [main] org.nutz.ioc.impl.NutIoc - Get 'photoidentServiceImpl'<interface cn.wizzer.app.dy.modules.services.PhotoidentService>
[DEBUG] 11:08:33.288 [main] org.nutz.ioc.val.ReferTypeValue - name=systemService not found, search for type=cn.wizzer.app.dy.modules.services.SystemService
[DEBUG] 11:08:33.403 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:08:33.431 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:08:33.485 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:08:33.543 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:08:33.599 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:08:33.659 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:08:33.721 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:08:33.792 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:33.856 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:33.928 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dlsServiceImp) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:33.991 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcDyMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:34.058 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userfeedbackServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:34.112 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(deviceServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:34.144 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopincomeServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:34.176 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(transcodeserverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:34.207 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photouserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:34.239 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileshareServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:34.265 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(adminServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:34.293 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:34.324 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:34.354 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cashServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:34.382 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chongzhiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:34.408 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(orderServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:34.445 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(systemServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:34.495 [main] org.nutz.ioc.impl.NutIoc - Get 'systemServiceImpl'<interface cn.wizzer.app.dy.modules.services.SystemService>
[DEBUG] 11:08:34.519 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=systemServiceImpl
[DEBUG] 11:08:34.604 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(systemServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:34.656 [main] org.nutz.ioc.impl.NutIoc - >> Make...'systemServiceImpl'<interface cn.wizzer.app.dy.modules.services.SystemService>
[DEBUG] 11:08:34.708 [main] org.nutz.ioc.impl.ScopeContext - Save object 'systemServiceImpl' to [app] [DEBUG] 11:08:34.773 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:08:34.916 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.SystemServiceImpl without AOP
[DEBUG] 11:08:34.977 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:08:38.490 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dy.modules.models.System
[DEBUG] 11:08:38.548 [main] org.nutz.ioc.val.ReferTypeValue - name=orderService not found, search for type=cn.wizzer.app.dy.modules.services.OrderService
[DEBUG] 11:08:38.623 [main] org.nutz.ioc.impl.NutIoc - Get 'orderServiceImpl'<interface cn.wizzer.app.dy.modules.services.OrderService>
[DEBUG] 11:08:38.680 [main] org.nutz.ioc.impl.NutIoc - Get 'aliOssUtil'<class cn.wizzer.framework.utils.AliOssUtil>
[DEBUG] 11:08:38.700 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=aliOssUtil
[DEBUG] 11:08:38.786 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(aliOssUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:38.838 [main] org.nutz.ioc.impl.NutIoc - >> Make...'aliOssUtil'<class cn.wizzer.framework.utils.AliOssUtil>
[DEBUG] 11:08:38.889 [main] org.nutz.ioc.impl.ScopeContext - Save object 'aliOssUtil' to [app] [DEBUG] 11:08:38.959 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.framework.utils.AliOssUtil without AOP
[DEBUG] 11:08:39.670 [main] org.nutz.ioc.impl.NutIoc - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 11:08:39.729 [main] org.nutz.ioc.val.ReferTypeValue - name=photoService not found, search for type=cn.wizzer.app.dy.modules.services.PhotoService
[DEBUG] 11:08:39.796 [main] org.nutz.ioc.impl.NutIoc - Get 'photoServiceImpl'<interface cn.wizzer.app.dy.modules.services.PhotoService>
[DEBUG] 11:08:39.854 [main] org.nutz.ioc.val.ReferTypeValue - name=photouserService not found, search for type=cn.wizzer.app.dy.modules.services.PhotouserService
[DEBUG] 11:08:39.924 [main] org.nutz.ioc.impl.NutIoc - Get 'photouserServiceImpl'<interface cn.wizzer.app.dy.modules.services.PhotouserService>
[DEBUG] 11:08:39.988 [main] org.nutz.ioc.val.ReferTypeValue - name=photoidentbuyService not found, search for type=cn.wizzer.app.dy.modules.services.PhotoidentbuyService
[DEBUG] 11:08:40.220 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:08:40.277 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:08:40.332 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:08:40.389 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:08:40.448 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:08:40.502 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:08:40.537 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:08:40.566 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:40.598 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:40.629 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dlsServiceImp) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:40.660 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcDyMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:40.686 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userfeedbackServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:40.716 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(deviceServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:40.744 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopincomeServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:40.791 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(transcodeserverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:40.847 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photouserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:40.908 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileshareServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:40.969 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(adminServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:41.024 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:41.080 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:41.140 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cashServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:41.206 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chongzhiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:41.270 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(orderServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:41.325 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(systemServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:41.391 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(debuginfoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:41.450 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cycleimageServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:41.509 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolShopServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:41.568 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(filecartServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:41.626 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(printpdftaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:41.685 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(aliOssUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:41.745 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxPayServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:41.803 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:41.861 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photocartServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:41.924 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(converttaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:41.980 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentbuyServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:42.031 [main] org.nutz.ioc.impl.NutIoc - Get 'photoidentbuyServiceImpl'<interface cn.wizzer.app.dy.modules.services.PhotoidentbuyService>
[DEBUG] 11:08:42.050 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=photoidentbuyServiceImpl
[DEBUG] 11:08:42.133 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentbuyServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:42.192 [main] org.nutz.ioc.impl.NutIoc - >> Make...'photoidentbuyServiceImpl'<interface cn.wizzer.app.dy.modules.services.PhotoidentbuyService>
[DEBUG] 11:08:42.244 [main] org.nutz.ioc.impl.ScopeContext - Save object 'photoidentbuyServiceImpl' to [app] [DEBUG] 11:08:42.301 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:08:42.444 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.PhotoidentbuyServiceImpl without AOP
[DEBUG] 11:08:42.497 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:08:45.916 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dy.modules.models.PhotoIdentBuy
[DEBUG] 11:08:46.262 [main] org.nutz.ioc.impl.NutIoc - Get 'orderfileServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.OrderfileServiceImpl>
[DEBUG] 11:08:46.533 [main] org.nutz.ioc.impl.NutIoc - Get 'shopincomeServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.ShopincomeServiceImpl>
[DEBUG] 11:08:46.815 [main] org.nutz.ioc.impl.NutIoc - Get 'userServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.UserServiceImpl>
[DEBUG] 11:08:47.173 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:08:47.203 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:08:47.231 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:08:47.259 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:08:47.286 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:08:47.335 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:08:47.389 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:08:47.452 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:47.519 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:47.573 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dlsServiceImp) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:47.610 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcDyMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:47.678 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userfeedbackServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:47.706 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(deviceServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:47.743 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopincomeServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:47.779 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(transcodeserverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:47.816 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photouserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:47.855 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileshareServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:47.891 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(adminServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:47.928 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:47.964 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:47.999 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cashServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:48.030 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chongzhiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:48.064 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(orderServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:48.102 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(systemServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:48.137 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(debuginfoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:48.167 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cycleimageServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:48.198 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolShopServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:48.230 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(filecartServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:48.262 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(printpdftaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:48.291 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(aliOssUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:48.325 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxPayServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:48.356 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:48.386 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photocartServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:48.418 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(converttaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:48.450 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentbuyServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:48.477 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(advertisementkfmsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:48.503 [main] org.nutz.ioc.impl.NutIoc - Get 'advertisementkfmsgServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.AdvertisementkfmsgServiceImpl>
[DEBUG] 11:08:48.517 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=advertisementkfmsgServiceImpl
[DEBUG] 11:08:48.561 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(advertisementkfmsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:48.591 [main] org.nutz.ioc.impl.NutIoc - >> Make...'advertisementkfmsgServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.AdvertisementkfmsgServiceImpl>
[DEBUG] 11:08:48.625 [main] org.nutz.ioc.impl.ScopeContext - Save object 'advertisementkfmsgServiceImpl' to [app] [DEBUG] 11:08:48.679 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:08:48.839 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.AdvertisementkfmsgServiceImpl without AOP
[DEBUG] 11:08:48.895 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:08:52.184 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dy.modules.models.AdvertisementKfmsg
[DEBUG] 11:08:52.339 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:08:52.372 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:08:52.412 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:08:52.451 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:08:52.485 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:08:52.523 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:08:52.579 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:08:52.640 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:52.700 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:52.773 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dlsServiceImp) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:52.831 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcDyMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:52.891 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userfeedbackServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:52.947 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(deviceServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:53.006 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopincomeServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:53.060 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(transcodeserverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:53.113 [main] org.nutz.ioc.impl.NutIoc - Get 'transcodeserverServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.TranscodeserverServiceImpl>
[DEBUG] 11:08:53.134 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=transcodeserverServiceImpl
[DEBUG] 11:08:53.216 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(transcodeserverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:53.267 [main] org.nutz.ioc.impl.NutIoc - >> Make...'transcodeserverServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.TranscodeserverServiceImpl>
[DEBUG] 11:08:53.320 [main] org.nutz.ioc.impl.ScopeContext - Save object 'transcodeserverServiceImpl' to [app] [DEBUG] 11:08:53.379 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:08:53.519 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.TranscodeserverServiceImpl without AOP
[DEBUG] 11:08:53.579 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:08:56.504 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dy.modules.models.TranscodeServer
[DEBUG] 11:08:56.774 [main] org.nutz.ioc.impl.NutIoc - Get 'photoServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.PhotoServiceImpl>
[DEBUG] 11:08:57.044 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:08:57.069 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:08:57.121 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:08:57.175 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:08:57.233 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:08:57.297 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:08:57.358 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:08:57.392 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:57.439 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:57.490 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dlsServiceImp) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:57.542 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcDyMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:57.594 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userfeedbackServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:57.648 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(deviceServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:57.697 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopincomeServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:57.769 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(transcodeserverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:57.844 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photouserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:57.885 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileshareServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:57.922 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(adminServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:57.958 [main] org.nutz.ioc.impl.NutIoc - Get 'adminServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.AdminServiceImpl>
[DEBUG] 11:08:57.969 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=adminServiceImpl
[DEBUG] 11:08:58.018 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(adminServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:08:58.058 [main] org.nutz.ioc.impl.NutIoc - >> Make...'adminServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.AdminServiceImpl>
[DEBUG] 11:08:58.095 [main] org.nutz.ioc.impl.ScopeContext - Save object 'adminServiceImpl' to [app] [DEBUG] 11:08:58.130 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:08:58.209 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.AdminServiceImpl without AOP
[DEBUG] 11:08:58.246 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:09:00.288 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dy.modules.models.Admin
[DEBUG] 11:09:02.600 [main] org.nutz.ioc.impl.NutIoc - Get 'systemServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.SystemServiceImpl>
[DEBUG] 11:09:02.733 [main] org.nutz.ioc.impl.NutIoc - Get 'debuginfoServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.DebuginfoServiceImpl>
[DEBUG] 11:09:02.907 [main] org.nutz.ioc.impl.NutIoc - Get 'fileuserServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.FileuserServiceImpl>
[DEBUG] 11:09:03.113 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:09:03.145 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:09:03.181 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:09:03.219 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:09:03.252 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:09:03.281 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:09:03.307 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:09:03.334 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:03.353 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:03.378 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dlsServiceImp) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:03.393 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcDyMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:03.421 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userfeedbackServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:03.448 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(deviceServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:03.475 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopincomeServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:03.501 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(transcodeserverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:03.528 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photouserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:03.559 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileshareServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:03.599 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(adminServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:03.625 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:03.656 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:03.688 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cashServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:03.719 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chongzhiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:03.748 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(orderServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:03.781 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(systemServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:03.814 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(debuginfoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:03.846 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cycleimageServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:03.876 [main] org.nutz.ioc.impl.NutIoc - Get 'cycleimageServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.CycleimageServiceImpl>
[DEBUG] 11:09:03.885 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=cycleimageServiceImpl
[DEBUG] 11:09:03.923 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cycleimageServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:03.949 [main] org.nutz.ioc.impl.NutIoc - >> Make...'cycleimageServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.CycleimageServiceImpl>
[DEBUG] 11:09:03.975 [main] org.nutz.ioc.impl.ScopeContext - Save object 'cycleimageServiceImpl' to [app] [DEBUG] 11:09:04.000 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:09:04.074 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.CycleimageServiceImpl without AOP
[DEBUG] 11:09:04.108 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:09:06.236 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dy.modules.models.CycleImage
[DEBUG] 11:09:06.383 [main] org.nutz.ioc.impl.NutIoc - Get 'photocartServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.PhotocartServiceImpl>
[DEBUG] 11:09:06.560 [main] org.nutz.ioc.impl.NutIoc - Get 'wxPayServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.WxPayServiceImpl>
[DEBUG] 11:09:06.746 [main] org.nutz.ioc.impl.NutIoc - Get 'printpdftaskServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.PrintpdftaskServiceImpl>
[DEBUG] 11:09:06.899 [main] org.nutz.ioc.impl.NutIoc - Get 'shopServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.ShopServiceImpl>
[DEBUG] 11:09:07.082 [main] org.nutz.ioc.impl.NutIoc - Get 'cashServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.CashServiceImpl>
[DEBUG] 11:09:07.316 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:09:07.343 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:09:07.372 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:09:07.401 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:09:07.429 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:09:07.453 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:09:07.474 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:09:07.499 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:07.525 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:07.556 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dlsServiceImp) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:07.581 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcDyMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:07.602 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userfeedbackServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:07.623 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(deviceServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:07.651 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopincomeServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:07.678 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(transcodeserverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:07.705 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photouserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:07.733 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileshareServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:07.767 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(adminServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:07.797 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:07.827 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:07.871 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cashServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:07.914 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chongzhiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:07.947 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(orderServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:07.995 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(systemServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:08.041 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(debuginfoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:08.083 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cycleimageServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:08.126 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolShopServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:08.172 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(filecartServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:08.230 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(printpdftaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:08.282 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(aliOssUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:08.331 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxPayServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:08.384 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:08.441 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photocartServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:08.490 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(converttaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:08.544 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentbuyServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:08.601 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(advertisementkfmsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:08.634 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(clientadverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:08.669 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileuserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:08.703 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(filecategoryServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:08.732 [main] org.nutz.ioc.impl.NutIoc - Get 'filecategoryServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.FilecategoryServiceImpl>
[DEBUG] 11:09:08.742 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=filecategoryServiceImpl
[DEBUG] 11:09:08.779 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(filecategoryServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:08.807 [main] org.nutz.ioc.impl.NutIoc - >> Make...'filecategoryServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.FilecategoryServiceImpl>
[DEBUG] 11:09:08.862 [main] org.nutz.ioc.impl.ScopeContext - Save object 'filecategoryServiceImpl' to [app] [DEBUG] 11:09:08.908 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:09:09.048 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.FilecategoryServiceImpl without AOP
[DEBUG] 11:09:09.096 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:09:11.707 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dy.modules.models.FileCategory
[DEBUG] 11:09:11.921 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:09:11.948 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:09:11.977 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:09:12.003 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:09:12.033 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:09:12.066 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:09:12.098 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:09:12.136 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:12.176 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:12.212 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dlsServiceImp) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:12.244 [main] org.nutz.ioc.impl.NutIoc - Get 'dlsServiceImp'<class cn.wizzer.app.dy.modules.services.impl.DlsServiceImp>
[DEBUG] 11:09:12.254 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=dlsServiceImp
[DEBUG] 11:09:12.300 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dlsServiceImp) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:12.327 [main] org.nutz.ioc.impl.NutIoc - >> Make...'dlsServiceImp'<class cn.wizzer.app.dy.modules.services.impl.DlsServiceImp>
[DEBUG] 11:09:12.353 [main] org.nutz.ioc.impl.ScopeContext - Save object 'dlsServiceImp' to [app] [DEBUG] 11:09:12.390 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:09:12.463 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.DlsServiceImp without AOP
[DEBUG] 11:09:12.488 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:09:14.237 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dy.modules.models.Dls
[DEBUG] 11:09:14.368 [main] org.nutz.ioc.impl.NutIoc - Get 'photoidentbuyServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.PhotoidentbuyServiceImpl>
[DEBUG] 11:09:14.584 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:09:14.611 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:09:14.636 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:09:14.663 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:09:14.688 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:09:14.716 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:09:14.745 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:09:14.776 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:14.808 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:14.848 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dlsServiceImp) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:14.883 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcDyMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:14.914 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userfeedbackServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:14.942 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(deviceServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:14.970 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopincomeServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:14.998 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(transcodeserverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:15.026 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photouserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:15.059 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileshareServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:15.092 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(adminServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:15.120 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:15.148 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:15.175 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cashServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:15.202 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chongzhiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:15.227 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(orderServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:15.258 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(systemServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:15.291 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(debuginfoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:15.322 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cycleimageServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:15.350 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolShopServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:15.376 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(filecartServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:15.404 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(printpdftaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:15.430 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(aliOssUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:15.456 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxPayServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:15.489 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:15.524 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photocartServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:15.558 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(converttaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:15.585 [main] org.nutz.ioc.impl.NutIoc - Get 'converttaskServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.ConverttaskServiceImpl>
[DEBUG] 11:09:15.595 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=converttaskServiceImpl
[DEBUG] 11:09:15.630 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(converttaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:15.656 [main] org.nutz.ioc.impl.NutIoc - >> Make...'converttaskServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.ConverttaskServiceImpl>
[DEBUG] 11:09:15.680 [main] org.nutz.ioc.impl.ScopeContext - Save object 'converttaskServiceImpl' to [app] [DEBUG] 11:09:15.707 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:09:15.783 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.ConverttaskServiceImpl without AOP
[DEBUG] 11:09:15.810 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:09:17.837 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dy.modules.models.Converttask
[DEBUG] 11:09:18.023 [main] org.nutz.ioc.impl.NutIoc - Get 'chongzhiServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.ChongzhiServiceImpl>
[DEBUG] 11:09:18.194 [main] org.nutz.ioc.impl.NutIoc - Get 'deviceServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.DeviceServiceImpl>
[DEBUG] 11:09:18.345 [main] org.nutz.ioc.impl.NutIoc - Get 'orderServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.OrderServiceImpl>
[DEBUG] 11:09:18.519 [main] org.nutz.ioc.impl.NutIoc - Get 'ordertuiServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.OrdertuiServiceImpl>
[DEBUG] 11:09:18.751 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:09:18.792 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:09:18.831 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:09:18.861 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:09:18.890 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:09:18.920 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:09:18.949 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:09:18.982 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:19.017 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:19.050 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dlsServiceImp) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:19.082 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcDyMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:19.111 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userfeedbackServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:19.140 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(deviceServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:19.169 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopincomeServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:19.199 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(transcodeserverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:19.233 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photouserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:19.267 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileshareServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:19.299 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(adminServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:19.327 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:19.355 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:19.384 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cashServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:19.417 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chongzhiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:19.455 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(orderServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:19.490 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(systemServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:19.521 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(debuginfoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:19.551 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cycleimageServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:19.580 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolShopServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:19.606 [main] org.nutz.ioc.impl.NutIoc - Get 'schoolShopServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.SchoolShopServiceImpl>
[DEBUG] 11:09:19.617 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=schoolShopServiceImpl
[DEBUG] 11:09:19.675 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolShopServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:19.725 [main] org.nutz.ioc.impl.NutIoc - >> Make...'schoolShopServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.SchoolShopServiceImpl>
[DEBUG] 11:09:19.765 [main] org.nutz.ioc.impl.ScopeContext - Save object 'schoolShopServiceImpl' to [app] [DEBUG] 11:09:19.805 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:09:19.925 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.SchoolShopServiceImpl without AOP
[DEBUG] 11:09:19.959 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:09:22.282 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dy.modules.models.School_shop
[DEBUG] 11:09:22.596 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:09:22.627 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:09:22.673 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:09:22.715 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:09:22.757 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:09:22.800 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:09:22.846 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:09:22.894 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:22.939 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:23.012 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dlsServiceImp) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:23.083 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcDyMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:23.129 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userfeedbackServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:23.177 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(deviceServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:23.222 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopincomeServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:23.271 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(transcodeserverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:23.326 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photouserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:23.353 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileshareServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:23.381 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(adminServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:23.413 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:23.446 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:23.475 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cashServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:23.503 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chongzhiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:23.529 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(orderServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:23.555 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(systemServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:23.581 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(debuginfoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:23.613 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cycleimageServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:23.642 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolShopServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:23.668 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(filecartServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:23.695 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(printpdftaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:23.723 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(aliOssUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:23.754 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxPayServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:23.784 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:23.813 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photocartServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:23.842 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(converttaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:23.871 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentbuyServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:23.900 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(advertisementkfmsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:23.928 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(clientadverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:23.967 [main] org.nutz.ioc.impl.NutIoc - Get 'clientadverServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.ClientadverServiceImpl>
[DEBUG] 11:09:23.984 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=clientadverServiceImpl
[DEBUG] 11:09:24.052 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(clientadverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:24.103 [main] org.nutz.ioc.impl.NutIoc - >> Make...'clientadverServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.ClientadverServiceImpl>
[DEBUG] 11:09:24.162 [main] org.nutz.ioc.impl.ScopeContext - Save object 'clientadverServiceImpl' to [app] [DEBUG] 11:09:24.213 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:09:24.325 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.ClientadverServiceImpl without AOP
[DEBUG] 11:09:24.373 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:09:26.338 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dy.modules.models.ClientAdver
[DEBUG] 11:09:26.467 [main] org.nutz.ioc.impl.NutIoc - Get 'wddyjgServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.WddyjgServiceImpl>
[DEBUG] 11:09:26.678 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop) in JsonLoader(paths=[ioc/])
[DEBUG] 11:09:26.704 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@2021053848
[DEBUG] 11:09:26.732 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@2021053848
[DEBUG] 11:09:26.761 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@2021053848
[DEBUG] 11:09:26.789 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:09:26.819 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@2021053848
[DEBUG] 11:09:26.847 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@926859124
[DEBUG] 11:09:26.873 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:26.902 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:26.936 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dlsServiceImp) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:26.969 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcDyMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:26.997 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(userfeedbackServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:27.024 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(deviceServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:27.052 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopincomeServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:27.086 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(transcodeserverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:27.126 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photouserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:27.173 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileshareServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:27.216 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(adminServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:27.256 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:27.292 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:27.323 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cashServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:27.356 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chongzhiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:27.394 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(orderServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:27.435 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(systemServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:27.470 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(debuginfoServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:27.505 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cycleimageServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:27.540 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(schoolShopServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:27.589 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(filecartServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:27.631 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(printpdftaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:27.658 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(aliOssUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:27.692 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxPayServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:27.729 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:27.774 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photocartServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:27.821 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(converttaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:27.872 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(photoidentbuyServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:27.921 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(advertisementkfmsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:27.968 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(clientadverServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:28.011 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileuserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:28.073 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(filecategoryServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:28.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shopServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:28.208 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(templatekfmsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:28.263 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(orderfileServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:28.310 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(ordertuiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:28.360 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wddyjgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:28.418 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(filespecialServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:28.459 [main] org.nutz.ioc.impl.NutIoc - Get 'filespecialServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.FilespecialServiceImpl>
[DEBUG] 11:09:28.478 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=filespecialServiceImpl
[DEBUG] 11:09:28.548 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(filespecialServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 11:09:28.598 [main] org.nutz.ioc.impl.NutIoc - >> Make...'filespecialServiceImpl'<class cn.wizzer.app.dy.modules.services.impl.FilespecialServiceImpl>
[DEBUG] 11:09:28.647 [main] org.nutz.ioc.impl.ScopeContext - Save object 'filespecialServiceImpl' to [app] [DEBUG] 11:09:28.682 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:09:28.776 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.dy.modules.services.impl.FilespecialServiceImpl without AOP
[DEBUG] 11:09:28.803 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 11:09:31.153 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dy.modules.models.FileSpecial
[DEBUG] 11:09:31.182 [main] org.nutz.ioc.impl.NutIoc - Get '64aqk59nhsh6fp197qoii7d06a'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 11:09:31.191 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=64aqk59nhsh6fp197qoii7d06a
[DEBUG] 11:09:31.232 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(64aqk59nhsh6fp197qoii7d06a) in DubboConfigIocLoader@264978436
[DEBUG] 11:09:31.269 [main] org.nutz.ioc.impl.NutIoc - >> Make...'64aqk59nhsh6fp197qoii7d06a'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 11:09:31.318 [main] org.nutz.ioc.impl.ScopeContext - Save object '64aqk59nhsh6fp197qoii7d06a' to [app] [DEBUG] 11:09:33.524 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 11:09:33.621 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 11:09:41.139 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 11:09:41.150 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=dubboApplicationConfig
[DEBUG] 11:09:41.189 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboApplicationConfig) in DubboConfigIocLoader@264978436
[DEBUG] 11:09:41.223 [main] org.nutz.ioc.impl.NutIoc - >> Make...'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 11:09:41.254 [main] org.nutz.ioc.impl.ScopeContext - Save object 'dubboApplicationConfig' to [app] [DEBUG] 11:09:41.536 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class com.alibaba.dubbo.config.ApplicationConfig without AOP
[DEBUG] 11:09:41.570 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 11:09:41.579 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=dubboRegistryConfig
[DEBUG] 11:09:41.618 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRegistryConfig) in DubboConfigIocLoader@264978436
[DEBUG] 11:09:41.645 [main] org.nutz.ioc.impl.NutIoc - >> Make...'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 11:09:41.675 [main] org.nutz.ioc.impl.ScopeContext - Save object 'dubboRegistryConfig' to [app] [DEBUG] 11:09:41.821 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class com.alibaba.dubbo.config.RegistryConfig without AOP
[DEBUG] 11:09:41.865 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 11:09:41.875 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=dubboPrototeConfig
[DEBUG] 11:09:41.913 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboPrototeConfig) in DubboConfigIocLoader@264978436
[DEBUG] 11:09:41.938 [main] org.nutz.ioc.impl.NutIoc - >> Make...'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 11:09:41.965 [main] org.nutz.ioc.impl.ScopeContext - Save object 'dubboPrototeConfig' to [app] [DEBUG] 11:09:42.266 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class com.alibaba.dubbo.config.ProtocolConfig without AOP
[DEBUG] 11:11:08.781 [main] com.alibaba.dubbo.common.extension.ExtensionLoader - [DUBBO] package com.alibaba.dubbo.cache;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class CacheFactory$Adaptive implements com.alibaba.dubbo.cache.CacheFactory {
public com.alibaba.dubbo.cache.Cache getCache(com.alibaba.dubbo.common.URL arg0, com.alibaba.dubbo.rpc.Invocation arg1) {
if (arg0 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg0;
if (arg1 == null) throw new IllegalArgumentException("invocation == null");
String methodName = arg1.getMethodName();
String extName = url.getMethodParameter(methodName, "cache", "lru");
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.cache.CacheFactory) name from url(" + url.toString() + ") use keys([cache])");
com.alibaba.dubbo.cache.CacheFactory extension = (com.alibaba.dubbo.cache.CacheFactory)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.cache.CacheFactory.class).getExtension(extName);
return extension.getCache(arg0, arg1);
}
}, dubbo version: 2.6.6, current host: 192.168.31.229
INFO: log base dir is: C:\Users\xiaotang\logs\csp\
INFO: log name use pid is: false
[DEBUG] 11:11:12.439 [main] com.alibaba.dubbo.common.extension.ExtensionLoader - [DUBBO] package com.alibaba.dubbo.monitor;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class MonitorFactory$Adaptive implements com.alibaba.dubbo.monitor.MonitorFactory {
public com.alibaba.dubbo.monitor.Monitor getMonitor(com.alibaba.dubbo.common.URL arg0) {
if (arg0 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg0;
String extName = ( url.getProtocol() == null ? "dubbo" : url.getProtocol() );
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.monitor.MonitorFactory) name from url(" + url.toString() + ") use keys([protocol])");
com.alibaba.dubbo.monitor.MonitorFactory extension = (com.alibaba.dubbo.monitor.MonitorFactory)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.monitor.MonitorFactory.class).getExtension(extName);
return extension.getMonitor(arg0);
}
}, dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:11:15.500 [main] com.alibaba.dubbo.common.extension.ExtensionLoader - [DUBBO] package com.alibaba.dubbo.validation;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class Validation$Adaptive implements com.alibaba.dubbo.validation.Validation {
public com.alibaba.dubbo.validation.Validator getValidator(com.alibaba.dubbo.common.URL arg0) {
if (arg0 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg0;
String extName = url.getParameter("validation", "jvalidation");
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.validation.Validation) name from url(" + url.toString() + ") use keys([validation])");
com.alibaba.dubbo.validation.Validation extension = (com.alibaba.dubbo.validation.Validation)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.validation.Validation.class).getExtension(extName);
return extension.getValidator(arg0);
}
}, dubbo version: 2.6.6, current host: 192.168.31.229
[INFO ] 11:11:18.336 [main] com.alibaba.dubbo.config.AbstractConfig - [DUBBO] Export dubbo service cn.wizzer.app.dy.modules.services.FileshareService to local registry, dubbo version: 2.6.6, current host: 192.168.31.229
[INFO ] 11:11:18.366 [main] com.alibaba.dubbo.config.AbstractConfig - [DUBBO] Export dubbo service cn.wizzer.app.dy.modules.services.FileshareService to url dubbo://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.FileshareService?anyhost=true&application=wk-nb-service-dy&bind.ip=192.168.31.229&bind.port=9492&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.FileshareService&methods=select,insertRelation,insertOrUpdate,removeAll,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,selectCount,func2,updateMessage,insertLinks,getParentPath,removeByIds,listPageLinks,getEntity,updateById,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,getFileCategoryTree,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,queryData,clear,getNutMap&pid=10244&qos.enable=false&side=provider&threads=200×tamp=1600571384769, dubbo version: 2.6.6, current host: 192.168.31.229
[INFO ] 11:11:18.393 [main] com.alibaba.dubbo.config.AbstractConfig - [DUBBO] Register dubbo service cn.wizzer.app.dy.modules.services.FileshareService url dubbo://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.FileshareService?anyhost=true&application=wk-nb-service-dy&bind.ip=192.168.31.229&bind.port=9492&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.FileshareService&methods=select,insertRelation,insertOrUpdate,removeAll,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,selectCount,func2,updateMessage,insertLinks,getParentPath,removeByIds,listPageLinks,getEntity,updateById,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,getFileCategoryTree,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,queryData,clear,getNutMap&pid=10244&qos.enable=false&side=provider&threads=200×tamp=1600571384769 to registry registry://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?application=wk-nb-service-dy&dubbo=2.0.2&pid=10244&qos.enable=false®istry=zookeeper×tamp=1600571384232, dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:11:18.639 [main] com.alibaba.dubbo.common.extension.ExtensionLoader - [DUBBO] package com.alibaba.dubbo.registry;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class RegistryFactory$Adaptive implements com.alibaba.dubbo.registry.RegistryFactory {
public com.alibaba.dubbo.registry.Registry getRegistry(com.alibaba.dubbo.common.URL arg0) {
if (arg0 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg0;
String extName = ( url.getProtocol() == null ? "dubbo" : url.getProtocol() );
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.registry.RegistryFactory) name from url(" + url.toString() + ") use keys([protocol])");
com.alibaba.dubbo.registry.RegistryFactory extension = (com.alibaba.dubbo.registry.RegistryFactory)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.registry.RegistryFactory.class).getExtension(extName);
return extension.getRegistry(arg0);
}
}, dubbo version: 2.6.6, current host: 192.168.31.229
[INFO ] 11:11:21.185 [main] com.alibaba.dubbo.qos.protocol.QosProtocolWrapper - [DUBBO] qos won't be started because it is disabled. Please check dubbo.application.qos.enable is configured either in system property, dubbo.properties or XML/spring boot configuration., dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:11:22.513 [main] com.alibaba.dubbo.common.extension.ExtensionLoader - [DUBBO] package com.alibaba.dubbo.remoting;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class Transporter$Adaptive implements com.alibaba.dubbo.remoting.Transporter {
public com.alibaba.dubbo.remoting.Client connect(com.alibaba.dubbo.common.URL arg0, com.alibaba.dubbo.remoting.ChannelHandler arg1) throws com.alibaba.dubbo.remoting.RemotingException {
if (arg0 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg0;
String extName = url.getParameter("client", url.getParameter("transporter", "netty"));
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.remoting.Transporter) name from url(" + url.toString() + ") use keys([client, transporter])");
com.alibaba.dubbo.remoting.Transporter extension = (com.alibaba.dubbo.remoting.Transporter)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.remoting.Transporter.class).getExtension(extName);
return extension.connect(arg0, arg1);
}
public com.alibaba.dubbo.remoting.Server bind(com.alibaba.dubbo.common.URL arg0, com.alibaba.dubbo.remoting.ChannelHandler arg1) throws com.alibaba.dubbo.remoting.RemotingException {
if (arg0 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg0;
String extName = url.getParameter("server", url.getParameter("transporter", "netty"));
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.remoting.Transporter) name from url(" + url.toString() + ") use keys([server, transporter])");
com.alibaba.dubbo.remoting.Transporter extension = (com.alibaba.dubbo.remoting.Transporter)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.remoting.Transporter.class).getExtension(extName);
return extension.bind(arg0, arg1);
}
}, dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:11:26.440 [main] com.alibaba.dubbo.common.extension.ExtensionLoader - [DUBBO] package com.alibaba.dubbo.remoting;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class Dispatcher$Adaptive implements com.alibaba.dubbo.remoting.Dispatcher {
public com.alibaba.dubbo.remoting.ChannelHandler dispatch(com.alibaba.dubbo.remoting.ChannelHandler arg0, com.alibaba.dubbo.common.URL arg1) {
if (arg1 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg1;
String extName = url.getParameter("dispatcher", url.getParameter("dispather", url.getParameter("channel.handler", "all")));
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.remoting.Dispatcher) name from url(" + url.toString() + ") use keys([dispatcher, dispather, channel.handler])");
com.alibaba.dubbo.remoting.Dispatcher extension = (com.alibaba.dubbo.remoting.Dispatcher)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.remoting.Dispatcher.class).getExtension(extName);
return extension.dispatch(arg0, arg1);
}
}, dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:11:29.482 [main] com.alibaba.dubbo.common.extension.ExtensionLoader - [DUBBO] package com.alibaba.dubbo.common.threadpool;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class ThreadPool$Adaptive implements com.alibaba.dubbo.common.threadpool.ThreadPool {
public java.util.concurrent.Executor getExecutor(com.alibaba.dubbo.common.URL arg0) {
if (arg0 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg0;
String extName = url.getParameter("threadpool", "fixed");
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.common.threadpool.ThreadPool) name from url(" + url.toString() + ") use keys([threadpool])");
com.alibaba.dubbo.common.threadpool.ThreadPool extension = (com.alibaba.dubbo.common.threadpool.ThreadPool)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.common.threadpool.ThreadPool.class).getExtension(extName);
return extension.getExecutor(arg0);
}
}, dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:11:33.353 [main] io.netty.util.internal.logging.InternalLoggerFactory - Using SLF4J as the default logging framework
[DEBUG] 11:11:33.753 [main] io.netty.channel.MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 16
[DEBUG] 11:11:36.293 [main] io.netty.channel.nio.NioEventLoop - -Dio.netty.noKeySetOptimization: false
[DEBUG] 11:11:36.303 [main] io.netty.channel.nio.NioEventLoop - -Dio.netty.selectorAutoRebuildThreshold: 512
[DEBUG] 11:11:37.496 [main] io.netty.util.internal.PlatformDependent - Platform: Windows
[DEBUG] 11:11:37.557 [main] io.netty.util.internal.PlatformDependent0 - -Dio.netty.noUnsafe: false
[DEBUG] 11:11:37.572 [main] io.netty.util.internal.PlatformDependent0 - Java version: 8
[DEBUG] 11:11:37.649 [main] io.netty.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available
[DEBUG] 11:11:37.699 [main] io.netty.util.internal.PlatformDependent0 - sun.misc.Unsafe.copyMemory: available
[DEBUG] 11:11:37.745 [main] io.netty.util.internal.PlatformDependent0 - java.nio.Buffer.address: available
[DEBUG] 11:11:37.790 [main] io.netty.util.internal.PlatformDependent0 - direct buffer constructor: available
[DEBUG] 11:11:37.839 [main] io.netty.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: available, true
[DEBUG] 11:11:37.845 [main] io.netty.util.internal.PlatformDependent0 - jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable prior to Java9
[DEBUG] 11:11:37.866 [main] io.netty.util.internal.PlatformDependent0 - java.nio.DirectByteBuffer.(long, int): available
[DEBUG] 11:11:37.883 [main] io.netty.util.internal.PlatformDependent - sun.misc.Unsafe: available
[DEBUG] 11:11:37.920 [main] io.netty.util.internal.PlatformDependent - -Dio.netty.tmpdir: C:\Users\xiaotang\AppData\Local\Temp (java.io.tmpdir)
[DEBUG] 11:11:37.932 [main] io.netty.util.internal.PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model)
[DEBUG] 11:11:38.035 [main] io.netty.util.internal.PlatformDependent - -Dio.netty.maxDirectMemory: 1873805312 bytes
[DEBUG] 11:11:38.047 [main] io.netty.util.internal.PlatformDependent - -Dio.netty.uninitializedArrayAllocationThreshold: -1
[DEBUG] 11:11:38.134 [main] io.netty.util.internal.CleanerJava6 - java.nio.ByteBuffer.cleaner(): available
[DEBUG] 11:11:38.144 [main] io.netty.util.internal.PlatformDependent - -Dio.netty.noPreferDirect: false
[DEBUG] 11:11:38.865 [main] io.netty.util.internal.PlatformDependent - org.jctools-core.MpscChunkedArrayQueue: available
[DEBUG] 11:11:41.119 [main] io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.level: simple
[DEBUG] 11:11:41.128 [main] io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.targetRecords: 4
[DEBUG] 11:11:41.230 [main] io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numHeapArenas: 16
[DEBUG] 11:11:41.240 [main] io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numDirectArenas: 16
[DEBUG] 11:11:41.257 [main] io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.pageSize: 8192
[DEBUG] 11:11:41.274 [main] io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxOrder: 11
[DEBUG] 11:11:41.293 [main] io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.chunkSize: 16777216
[DEBUG] 11:11:41.310 [main] io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.tinyCacheSize: 512
[DEBUG] 11:11:41.328 [main] io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.smallCacheSize: 256
[DEBUG] 11:11:41.347 [main] io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.normalCacheSize: 64
[DEBUG] 11:11:41.366 [main] io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedBufferCapacity: 32768
[DEBUG] 11:11:41.384 [main] io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimInterval: 8192
[DEBUG] 11:11:41.403 [main] io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.useCacheForAllThreads: true
[DEBUG] 11:11:41.422 [main] io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
[DEBUG] 11:11:41.571 [main] io.netty.util.internal.InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
[DEBUG] 11:11:41.586 [main] io.netty.util.internal.InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
[DEBUG] 11:11:42.392 [main] io.netty.channel.DefaultChannelId - -Dio.netty.processId: 10244 (auto-detected)
[DEBUG] 11:11:42.474 [main] io.netty.util.NetUtil - -Djava.net.preferIPv4Stack: false
[DEBUG] 11:11:42.484 [main] io.netty.util.NetUtil - -Djava.net.preferIPv6Addresses: false
[DEBUG] 11:11:43.239 [main] io.netty.util.NetUtil - Loopback interface: lo (Software Loopback Interface 1, 127.0.0.1)
[DEBUG] 11:11:43.288 [main] io.netty.util.NetUtil - Failed to get SOMAXCONN from sysctl and file \proc\sys\net\core\somaxconn. Default: 200
[DEBUG] 11:11:44.237 [main] io.netty.channel.DefaultChannelId - -Dio.netty.machineId: d8:12:65:ff:fe:76:f2:a1 (auto-detected)
[DEBUG] 11:11:45.658 [main] io.netty.buffer.ByteBufUtil - -Dio.netty.allocator.type: pooled
[DEBUG] 11:11:45.668 [main] io.netty.buffer.ByteBufUtil - -Dio.netty.threadLocalDirectBufferSize: 0
[DEBUG] 11:11:45.687 [main] io.netty.buffer.ByteBufUtil - -Dio.netty.maxThreadLocalCharBufferSize: 16384
[INFO ] 11:11:46.624 [main] com.alibaba.dubbo.remoting.transport.AbstractServer - [DUBBO] Start NettyServer bind /0.0.0.0:9492, export /192.168.31.229:9492, dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:11:47.400 [main] com.alibaba.dubbo.common.extension.ExtensionLoader - [DUBBO] package com.alibaba.dubbo.remoting.zookeeper;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class ZookeeperTransporter$Adaptive implements com.alibaba.dubbo.remoting.zookeeper.ZookeeperTransporter {
public com.alibaba.dubbo.remoting.zookeeper.ZookeeperClient connect(com.alibaba.dubbo.common.URL arg0) {
if (arg0 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg0;
String extName = url.getParameter("client", url.getParameter("transporter", "curator"));
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.remoting.zookeeper.ZookeeperTransporter) name from url(" + url.toString() + ") use keys([client, transporter])");
com.alibaba.dubbo.remoting.zookeeper.ZookeeperTransporter extension = (com.alibaba.dubbo.remoting.zookeeper.ZookeeperTransporter)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.remoting.zookeeper.ZookeeperTransporter.class).getExtension(extName);
return extension.connect(arg0);
}
}, dubbo version: 2.6.6, current host: 192.168.31.229
[INFO ] 11:11:50.277 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry - [DUBBO] Load registry store file C:\Users\xiaotang.dubbo\dubbo-registry-wk-nb-service-dy-127.0.0.1:2181.cache, data: {cn.wizzer.app.dy.modules.services.CashService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.CashService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.CashService&methods=select,insertRelation,insertOrUpdate,removeAll,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,func2,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,getCashRecord,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=27304&side=provider&threads=200&timestamp=1600570589387, cn.wizzer.app.dy.modules.services.DeviceService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.DeviceService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.DeviceService&methods=select,insertRelation,insertOrUpdate,removeAll,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,func2,insertLinks,getParentPath,selectByShopId,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=27304&side=provider&threads=200&timestamp=1600570590445, cn.wizzer.app.dy.modules.services.AdminService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.AdminService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.AdminService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,vDelete,listEntity,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,getNutMap,fetch,exists,listPageMap,listPage&pid=27304&side=provider&threads=200&timestamp=1600570586046, cn.wizzer.app.dy.modules.services.PhotoService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.PhotoService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.PhotoService&methods=select,insertRelation,insertOrUpdate,removeAll,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,func2,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,add,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap,insPhoto&pid=27304&side=provider&threads=200&timestamp=1600570581861, cn.wizzer.app.dy.modules.services.PrintpdftaskService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.PrintpdftaskService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.PrintpdftaskService&methods=select,insertRelation,insertOrUpdate,removeAll,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,func2,insertLinks,getParentPath,addPrintPdfTask,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=27304&side=provider&threads=200&timestamp=1600570593174, cn.wizzer.app.dy.modules.services.WxPayService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.WxPayService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.WxPayService&methods=ifParam,unifiedOrder,getParam,pushPayResult&pid=27304&side=provider&threads=200&timestamp=1600570591960, cn.wizzer.app.dy.modules.services.TemplatekfmsgService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.TemplatekfmsgService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.TemplatekfmsgService&methods=select,insertRelation,insertOrUpdate,removeAll,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,func2,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,SendNewInSceneOrderMsg,updateLinks,getEntityClass,fastInsert,update,insert,sendNewOrderMsg,delete,updateIgnoreNull,clear,getNutMap&pid=27304&side=provider&threads=200&timestamp=1600570591784, cn.wizzer.app.dy.modules.services.PhotoidentbuyService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.PhotoidentbuyService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.PhotoidentbuyService&methods=select,insertRelation,insertOrUpdate,removeAll,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,func2,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,add,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=27304&side=provider&threads=200&timestamp=1600570586303, cn.wizzer.app.dy.modules.services.PhotouserService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.PhotouserService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.PhotouserService&methods=select,insertRelation,insertOrUpdate,removeAll,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,func2,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,add,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=27304&side=provider&threads=200&timestamp=1600570592715, cn.wizzer.app.dy.modules.services.FileuserService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.FileuserService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.FileuserService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,vDelete,listEntity,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,getNutMap,fetch,exists,listPageMap,listPage&pid=27304&side=provider&threads=200&timestamp=1600570593608, cn.wizzer.app.dy.modules.services.PhotocartService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.PhotocartService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.PhotocartService&methods=select,insertRelation,deletePhotoCart,insertOrUpdate,removeAll,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,func2,insertLinks,getParentPath,listPageLinks,upAndDown,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,setPhotoToPdf,clear,getNutMap&pid=27304&side=provider&threads=200&timestamp=1600570587388, cn.wizzer.app.dy.modules.services.FilespecialService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.FilespecialService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.FilespecialService&methods=select,insertRelation,insertOrUpdate,removeAll,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,selectCount,func2,insertLinks,getParentPath,removeByIds,listPageLinks,getEntity,updateById,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,queryData,clear,getNutMap&pid=27304&side=provider&threads=200&timestamp=1600570588557, cn.wizzer.app.dy.modules.services.FilecartService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.FilecartService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.FilecartService&methods=select,insertRelation,insertOrUpdate,removeAll,getMaxId,getSubPath,queryHistoryFileCart,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,getTotalPrice,func2,insertLinks,getParentPath,addDocFiles,listPageLinks,getEntity,updateById,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,getOPath,setFileCartPrice,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,getCartMsg,updateIgnoreNull,clear,getNutMap&pid=27304&side=provider&threads=200&timestamp=1600570590243, cn.wizzer.app.dy.modules.services.SchoolService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.SchoolService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.SchoolService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,vDelete,listEntity,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,getNutMap,fetch,exists,listPageMap,listPage&pid=27304&side=provider&threads=200&timestamp=1600570592005, cn.wizzer.app.dy.modules.services.SchoolShopService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.SchoolShopService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.SchoolShopService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,vDelete,listEntity,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,getNutMap,fetch,exists,listPageMap,listPage&pid=27304&side=provider&threads=200&timestamp=1600570593471, cn.wizzer.app.dy.modules.services.FilecategoryService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.FilecategoryService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.FilecategoryService&methods=select,insertRelation,insertOrUpdate,removeAll,queryByGrade,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,selectCount,func2,insertLinks,getParentPath,removeByIds,listPageLinks,getEntity,updateById,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,selectById,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,queryData,clear,getNutMap&pid=27304&side=provider&threads=200&timestamp=1600570586751, cn.wizzer.app.dy.modules.services.ShopService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.ShopService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.ShopService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,vDelete,listEntity,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,getNutMap,fetch,exists,listPageMap,listPage&pid=27304&side=provider&threads=200&timestamp=1600570592862, cn.wizzer.app.dy.modules.services.WddyjgService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.WddyjgService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.WddyjgService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,vDelete,listEntity,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,getNutMap,fetch,exists,listPageMap,listPage&pid=27304&side=provider&threads=200&timestamp=1600570591634, cn.wizzer.app.dy.modules.services.TranscodeserverService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.TranscodeserverService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.TranscodeserverService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,vDelete,listEntity,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,getNutMap,fetch,exists,listPageMap,listPage&pid=27304&side=provider&threads=200&timestamp=1600570589675, cn.wizzer.app.dy.modules.services.DlsService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.DlsService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.DlsService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,vDelete,listEntity,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,getNutMap,fetch,exists,listPageMap,listPage&pid=27304&side=provider&threads=200&timestamp=1600570589979, cn.wizzer.app.dy.modules.services.UserService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.UserService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.UserService&methods=select,insertRelation,updateBeanOrMoney,insertOrUpdate,removeAll,getMaxId,getSubPath,getField,vDelete,execute,fetchx,getPersonalPieceNo,fetchLinks,updateRelation,func2,getUserDetail,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,getMyWalletDetail,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=27304&side=provider&threads=200&timestamp=1600570593002, cn.wizzer.app.dy.modules.services.UserfeedbackService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.UserfeedbackService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.UserfeedbackService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,vDelete,listEntity,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,getNutMap,fetch,exists,listPageMap,listPage&pid=27304&side=provider&threads=200&timestamp=1600570592244, cn.wizzer.app.dy.modules.services.OrderService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.OrderService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.OrderService&methods=select,insertRelation,insertOrUpdate,removeAll,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,func2,insertLinks,getParentPath,addOrder,listPageLinks,deleteOrder,getPrintPage,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,getPrintOrderList,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,ifOrderRepeat,update,insert,delete,updateIgnoreNull,getPrintOrderStatus,clear,WaitOrderCreateByNoAndShowList,getNutMap&pid=27304&side=provider&threads=200&timestamp=1600570592567, cn.wizzer.app.dy.modules.services.ChongzhiService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.ChongzhiService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.ChongzhiService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,vDelete,listEntity,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,getNutMap,fetch,exists,listPageMap,listPage&pid=27304&side=provider&threads=200&timestamp=1600570587662, cn.wizzer.app.dy.modules.services.CycleimageService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.CycleimageService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.CycleimageService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,vDelete,listEntity,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,getNutMap,fetch,exists,listPageMap,listPage&pid=27304&side=provider&threads=200&timestamp=1600570586515, cn.wizzer.app.dy.modules.services.DebuginfoService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.DebuginfoService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.DebuginfoService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,vDelete,listEntity,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,getNutMap,fetch,exists,listPageMap,listPage&pid=27304&side=provider&threads=200&timestamp=1600570591291, cn.wizzer.app.dy.modules.services.ConverttaskService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.ConverttaskService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.ConverttaskService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,vDelete,listEntity,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,getNutMap,fetch,exists,listPageMap,listPage&pid=27304&side=provider&threads=200&timestamp=1600570591443, cn.wizzer.app.dy.modules.services.OrdertuiService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.OrdertuiService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.OrdertuiService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,vDelete,listEntity,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,getNutMap,fetch,exists,listPageMap,listPage&pid=27304&side=provider&threads=200&timestamp=1600570593325, cn.wizzer.app.dy.modules.services.FileshareService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.FileshareService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.FileshareService&methods=select,insertRelation,insertOrUpdate,removeAll,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,selectCount,func2,updateMessage,insertLinks,getParentPath,removeByIds,listPageLinks,getEntity,updateById,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,getFileCategoryTree,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,queryData,clear,getNutMap&pid=27304&side=provider&threads=200&timestamp=1600570588710, cn.wizzer.app.dy.modules.services.OrderfileService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.OrderfileService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.OrderfileService&methods=buildPDFCallback,select,insertRelation,insertOrUpdate,removeAll,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,func2,insertLinks,getConsumeRecord,getParentPath,getIncomeRecord,listPageLinks,getEntity,updateWith,addAll,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=27304&side=provider&threads=200&timestamp=1600570592385, cn.wizzer.app.dy.modules.services.ShopincomeService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.ShopincomeService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.ShopincomeService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,vDelete,listEntity,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,getNutMap,fetch,exists,listPageMap,listPage&pid=27304&side=provider&threads=200&timestamp=1600570587028, cn.wizzer.app.dy.modules.services.PhotoidentService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.PhotoidentService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.PhotoidentService&methods=select,insertRelation,getHasShuiIdentPhoto,insertOrUpdate,removeAll,getMaxId,buyIdentPhoto,getSubPath,getField,getPmBy,vDelete,execute,fetchx,fetchLinks,updateRelation,func2,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,getIdentPhotoDetail,buyIdentPhotoCallBack,clear,getNutMap&pid=27304&side=provider&threads=200&timestamp=1600570587962, cn.wizzer.app.dy.modules.services.ClientadverService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.ClientadverService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.ClientadverService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,vDelete,listEntity,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,getNutMap,fetch,exists,listPageMap,listPage&pid=27304&side=provider&threads=200&timestamp=1600570588187, cn.wizzer.app.dy.modules.services.FileService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.FileService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.FileService&methods=select,insertRelation,insertOrUpdate,removeAll,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,selectCount,func2,insertLinks,getParentPath,removeByIds,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,queryFileManageList,insert,update,delete,updateIgnoreNull,queryData,clear,getNutMap&pid=27304&side=provider&threads=200&timestamp=1600570588354, cn.wizzer.app.dy.modules.services.SystemService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.SystemService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.SystemService&methods=select,insertRelation,insertOrUpdate,removeAll,getMaxId,getSubPath,edit,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,func2,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=27304&side=provider&threads=200&timestamp=1600570589087, cn.wizzer.app.dy.modules.services.AdvertisementkfmsgService=empty://192.168.31.229:10737/cn.wizzer.app.dy.modules.services.AdvertisementkfmsgService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.AdvertisementkfmsgService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,vDelete,listEntity,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,getNutMap,fetch,exists,listPageMap,listPage&pid=27304&side=provider&threads=200&timestamp=1600570590680}, dubbo version: 2.6.6, current host: 192.168.31.229
[INFO ] 11:11:54.644 [main] org.apache.curator.utils.Compatibility - Running in ZooKeeper 3.4.x compatibility mode
[INFO ] 11:11:57.587 [main] org.apache.curator.framework.imps.CuratorFrameworkImpl - Starting
[DEBUG] 11:11:57.850 [main] org.apache.curator.CuratorZookeeperClient - Starting
[DEBUG] 11:11:57.870 [main] org.apache.curator.ConnectionState - Starting
[DEBUG] 11:11:57.903 [main] org.apache.curator.ConnectionState - reset
[INFO ] 11:11:58.697 [main] org.apache.zookeeper.ZooKeeper - Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
[INFO ] 11:11:58.707 [main] org.apache.zookeeper.ZooKeeper - Client environment:host.name=DESKTOP-E5NUM8J
[INFO ] 11:11:58.726 [main] org.apache.zookeeper.ZooKeeper - Client environment:java.version=1.8.0_181
[INFO ] 11:11:58.744 [main] org.apache.zookeeper.ZooKeeper - Client environment:java.vendor=Oracle Corporation
[INFO ] 11:11:58.763 [main] org.apache.zookeeper.ZooKeeper - Client environment:java.home=D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre
[INFO ] 11:11:58.781 [main] org.apache.zookeeper.ZooKeeper - Client environment:java.class.path=D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\charsets.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\deploy.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\ext\access-bridge-64.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\ext\cldrdata.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\ext\dnsns.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\ext\jaccess.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\ext\jfxrt.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\ext\localedata.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\ext\nashorn.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\ext\sunec.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\ext\sunjce_provider.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\ext\sunmscapi.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\ext\sunpkcs11.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\ext\zipfs.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\javaws.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\jce.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\jfr.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\jfxswt.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\jsse.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\management-agent.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\plugin.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\resources.jar;D:\installFiles\java\jdk1.8\jdk1.8.0_181\jre\lib\rt.jar;D:\ideaProject\wk-app\wk-nb-service-dy\target\classes;D:\ideaProject\wk-app\wk-common\target\classes;D:\maven\bos_repository\org\nutz\nutzboot-starter-weixin\2.3.7.v20190731\nutzboot-starter-weixin-2.3.7.v20190731.jar;D:\maven\bos_repository\org\nutz\nutzwx\1.r.68.v20190731\nutzwx-1.r.68.v20190731.jar;D:\maven\bos_repository\com\aliyun\oss\aliyun-sdk-oss\3.8.0\aliyun-sdk-oss-3.8.0.jar;D:\maven\bos_repository\org\apache\httpcomponents\httpclient\4.4.1\httpclient-4.4.1.jar;D:\maven\bos_repository\org\apache\httpcomponents\httpcore\4.4.1\httpcore-4.4.1.jar;D:\maven\bos_repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;D:\maven\bos_repository\commons-codec\commons-codec\1.9\commons-codec-1.9.jar;D:\maven\bos_repository\org\jdom\jdom\1.1\jdom-1.1.jar;D:\maven\bos_repository\org\codehaus\jettison\jettison\1.1\jettison-1.1.jar;D:\maven\bos_repository\stax\stax-api\1.0.1\stax-api-1.0.1.jar;D:\maven\bos_repository\com\aliyun\aliyun-java-sdk-core\3.4.0\aliyun-java-sdk-core-3.4.0.jar;D:\maven\bos_repository\com\aliyun\aliyun-java-sdk-ram\3.0.0\aliyun-java-sdk-ram-3.0.0.jar;D:\maven\bos_repository\com\aliyun\aliyun-java-sdk-sts\3.0.0\aliyun-java-sdk-sts-3.0.0.jar;D:\maven\bos_repository\com\aliyun\aliyun-java-sdk-ecs\4.2.0\aliyun-java-sdk-ecs-4.2.0.jar;D:\maven\bos_repository\cn\hutool\hutool-all\4.0.12\hutool-all-4.0.12.jar;D:\maven\bos_repository\org\nutz\nutz-integration-json4excel\1.r.68.v20190731\nutz-integration-json4excel-1.r.68.v20190731.jar;D:\maven\bos_repository\org\nutz\nutzboot-core\2.3.7.v20190731\nutzboot-core-2.3.7.v20190731.jar;D:\maven\bos_repository\org\nutz\nutz\1.r.68.v20190731\nutz-1.r.68.v20190731.jar;D:\maven\bos_repository\javax\servlet\javax.servlet-api\3.1.0\javax.servlet-api-3.1.0.jar;D:\maven\bos_repository\org\nutz\nutzboot-starter-dubbo\2.3.7.v20190731\nutzboot-starter-dubbo-2.3.7.v20190731.jar;D:\maven\bos_repository\org\nutz\nutz-integration-dubbo\1.r.68.v20190731\nutz-integration-dubbo-1.r.68.v20190731.jar;D:\maven\bos_repository\org\apache\curator\curator-framework\4.0.1\curator-framework-4.0.1.jar;D:\maven\bos_repository\org\apache\curator\curator-client\4.0.1\curator-client-4.0.1.jar;D:\maven\bos_repository\com\google\guava\guava\20.0\guava-20.0.jar;D:\maven\bos_repository\com\alibaba\dubbo\2.6.6\dubbo-2.6.6.jar;D:\maven\bos_repository\org\springframework\spring-context\4.3.21.RELEASE\spring-context-4.3.21.RELEASE.jar;D:\maven\bos_repository\org\springframework\spring-aop\4.3.21.RELEASE\spring-aop-4.3.21.RELEASE.jar;D:\maven\bos_repository\org\springframework\spring-beans\4.3.21.RELEASE\spring-beans-4.3.21.RELEASE.jar;D:\maven\bos_repository\org\springframework\spring-core\4.3.21.RELEASE\spring-core-4.3.21.RELEASE.jar;D:\maven\bos_repository\org\springframework\spring-expression\4.3.21.RELEASE\spring-expression-4.3.21.RELEASE.jar;D:\maven\bos_repository\org\javassist\javassist\3.24.0-GA\javassist-3.24.0-GA.jar;D:\maven\bos_repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;D:\maven\bos_repository\org\slf4j\jcl-over-slf4j\1.7.25\jcl-over-slf4j-1.7.25.jar;D:\maven\bos_repository\io\netty\netty-handler\4.1.34.Final\netty-handler-4.1.34.Final.jar;D:\maven\bos_repository\io\netty\netty-common\4.1.34.Final\netty-common-4.1.34.Final.jar;D:\maven\bos_repository\io\netty\netty-buffer\4.1.34.Final\netty-buffer-4.1.34.Final.jar;D:\maven\bos_repository\io\netty\netty-transport\4.1.34.Final\netty-transport-4.1.34.Final.jar;D:\maven\bos_repository\io\netty\netty-resolver\4.1.34.Final\netty-resolver-4.1.34.Final.jar;D:\maven\bos_repository\io\netty\netty-codec\4.1.34.Final\netty-codec-4.1.34.Final.jar;D:\maven\bos_repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;D:\maven\bos_repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;D:\maven\bos_repository\jline\jline\0.9.94\jline-0.9.94.jar;D:\maven\bos_repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;D:\maven\bos_repository\org\nutz\nutzboot-starter-nutz-dao\2.3.7.v20190731\nutzboot-starter-nutz-dao-2.3.7.v20190731.jar;D:\maven\bos_repository\org\nutz\nutz-plugins-daocache\1.r.68.v20190731\nutz-plugins-daocache-1.r.68.v20190731.jar;D:\maven\bos_repository\org\nutz\nutzboot-starter-jdbc\2.3.7.v20190731\nutzboot-starter-jdbc-2.3.7.v20190731.jar;D:\maven\bos_repository\org\nutz\nutzboot-starter-redis\2.3.7.v20190731\nutzboot-starter-redis-2.3.7.v20190731.jar;D:\maven\bos_repository\org\nutz\nutz-integration-jedis\1.r.68.v20190731\nutz-integration-jedis-1.r.68.v20190731.jar;D:\maven\bos_repository\redis\clients\jedis\2.9.0\jedis-2.9.0.jar;D:\maven\bos_repository\org\apache\commons\commons-pool2\2.4.2\commons-pool2-2.4.2.jar;D:\maven\bos_repository\org\nutz\nutzboot-starter-wkcache\2.3.7.v20190731\nutzboot-starter-wkcache-2.3.7.v20190731.jar;D:\maven\bos_repository\org\nutz\nutz-plugins-wkcache\1.r.68.v20190731\nutz-plugins-wkcache-1.r.68.v20190731.jar;D:\maven\bos_repository\org\nutz\nutzboot-starter-sentinel-dubbo\2.3.7.v20190731\nutzboot-starter-sentinel-dubbo-2.3.7.v20190731.jar;D:\maven\bos_repository\com\alibaba\csp\sentinel-dubbo-adapter\1.5.0\sentinel-dubbo-adapter-1.5.0.jar;D:\maven\bos_repository\com\alibaba\csp\sentinel-core\1.5.0\sentinel-core-1.5.0.jar;D:\maven\bos_repository\com\alibaba\csp\sentinel-transport-simple-http\1.5.0\sentinel-transport-simple-http-1.5.0.jar;D:\maven\bos_repository\com\alibaba\csp\sentinel-transport-common\1.5.0\sentinel-transport-common-1.5.0.jar;D:\maven\bos_repository\com\alibaba\csp\sentinel-datasource-extension\1.5.0\sentinel-datasource-extension-1.5.0.jar;D:\maven\bos_repository\com\alibaba\fastjson\1.2.56\fastjson-1.2.56.jar;D:\maven\bos_repository\com\alibaba\csp\sentinel-cluster-client-default\1.5.0\sentinel-cluster-client-default-1.5.0.jar;D:\maven\bos_repository\com\alibaba\csp\sentinel-cluster-common-default\1.5.0\sentinel-cluster-common-default-1.5.0.jar;D:\maven\bos_repository\com\alibaba\csp\sentinel-cluster-server-default\1.5.0\sentinel-cluster-server-default-1.5.0.jar;D:\maven\bos_repository\com\alibaba\csp\sentinel-parameter-flow-control\1.5.0\sentinel-parameter-flow-control-1.5.0.jar;D:\maven\bos_repository\com\googlecode\concurrentlinkedhashmap\concurrentlinkedhashmap-lru\1.4.2\concurrentlinkedhashmap-lru-1.4.2.jar;D:\maven\bos_repository\com\alibaba\druid\1.1.17\druid-1.1.17.jar;D:\maven\bos_repository\mysql\mysql-connector-java\5.1.48\mysql-connector-java-5.1.48.jar;D:\maven\bos_repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;D:\maven\bos_repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;D:\maven\bos_repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;D:\maven\bos_repository\org\nutz\nutzboot-starter-logback-exts\2.3.7.v20190731\nutzboot-starter-logback-exts-2.3.7.v20190731.jar;D:\installFiles\idea02\IntelliJ IDEA 2020.1.3\lib\idea_rt.jar;C:\Users\xiaotang\AppData\Local\JetBrains\IntelliJIdea2020.1\captureAgent\debugger-agent.jar
[INFO ] 11:11:58.800 [main] org.apache.zookeeper.ZooKeeper - Client environment:java.library.path=D:\installFiles\java\jdk1.8\jdk1.8.0_181\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;D:\installFiles\Xftp\;D:\installFiles\Xshell\;D:\installFiles\Python\;D:\installFiles\Python\Scripts;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;D:\installFiles\java\jdk1.8\jdk1.8.0_181\bin;D:\installFiles\mysql_service\mysql-5.7.31-winx64\bin;D:\maven\apache-maven-3.3.9\bin;D:\installFiles\Apache\httpd-2.4.43\php\php-7.0.33-Win32-VC14-x64;D:\installFiles\Python;D:\installFiles\svn\bin;D:\installFiles\zookeeper\zookeeper-3.4.12\bin;C:\Users\xiaotang\AppData\Local\Microsoft\WindowsApps;;.
[INFO ] 11:11:58.820 [main] org.apache.zookeeper.ZooKeeper - Client environment:java.io.tmpdir=C:\Users\xiaotang\AppData\Local\Temp\
[INFO ] 11:11:58.838 [main] org.apache.zookeeper.ZooKeeper - Client environment:java.compiler=
[INFO ] 11:11:58.857 [main] org.apache.zookeeper.ZooKeeper - Client environment:os.name=Windows 10
[INFO ] 11:11:58.875 [main] org.apache.zookeeper.ZooKeeper - Client environment:os.arch=amd64
[INFO ] 11:11:58.894 [main] org.apache.zookeeper.ZooKeeper - Client environment:os.version=10.0
[INFO ] 11:11:58.913 [main] org.apache.zookeeper.ZooKeeper - Client environment:user.name=xiaotang
[INFO ] 11:11:58.935 [main] org.apache.zookeeper.ZooKeeper - Client environment:user.home=C:\Users\xiaotang
[INFO ] 11:11:58.954 [main] org.apache.zookeeper.ZooKeeper - Client environment:user.dir=D:\ideaProject\wk-app
[INFO ] 11:11:59.014 [main] org.apache.zookeeper.ZooKeeper - Initiating client connection, connectString=127.0.0.1:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@6fa0450e
[DEBUG] 11:11:59.192 [main] org.apache.zookeeper.ClientCnxn - zookeeper.disableAutoWatchReset is false
[INFO ] 11:12:00.037 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Opening socket connection to server 127.0.0.1/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
[INFO ] 11:12:00.118 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Socket connection established to 127.0.0.1/127.0.0.1:2181, initiating session
[DEBUG] 11:12:00.394 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Session establishment request sent on 127.0.0.1/127.0.0.1:2181
[INFO ] 11:12:00.970 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Session establishment complete on server 127.0.0.1/127.0.0.1:2181, sessionid = 0x10023869492000e, negotiated timeout = 40000
[INFO ] 11:12:01.085 [main] org.apache.curator.framework.imps.CuratorFrameworkImpl - Default schema
[DEBUG] 11:12:01.768 [main-EventThread] org.apache.curator.ConnectionState - Negotiated session timeout: 40000
[INFO ] 11:12:01.978 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry - [DUBBO] Register: dubbo://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.FileshareService?anyhost=true&application=wk-nb-service-dy&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.FileshareService&methods=select,insertRelation,insertOrUpdate,removeAll,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,selectCount,func2,updateMessage,insertLinks,getParentPath,removeByIds,listPageLinks,getEntity,updateById,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,getFileCategoryTree,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,queryData,clear,getNutMap&pid=10244&side=provider&threads=200×tamp=1600571384769, dubbo version: 2.6.6, current host: 192.168.31.229
[INFO ] 11:12:03.058 [main-EventThread] org.apache.curator.framework.state.ConnectionStateManager - State change: CONNECTED
[DEBUG] 11:12:03.091 [main-EventThread] org.apache.curator.framework.imps.CuratorFrameworkImpl - Clearing sleep for 0 operations
[DEBUG] 11:12:05.206 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x10023869492000e, packet:: clientPath:null serverPath:null finished:false header:: 1,3 replyHeader:: 1,114220,0 request:: '/dubbo/cn.wizzer.app.dy.modules.services.FileshareService/providers,F response:: s{137,137,1596796155586,1596796155586,0,68,0,0,13,0,114189}
[DEBUG] 11:12:06.283 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x10023869492000e, packet:: clientPath:null serverPath:null finished:false header:: 2,1 replyHeader:: 2,114221,0 request:: '/dubbo/cn.wizzer.app.dy.modules.services.FileshareService/providers/dubbo%253A%252F%252F192.168.31.229%253A9492%252Fcn.wizzer.app.dy.modules.services.FileshareService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-dy%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.dy.modules.services.FileshareService%2526methods%253Dselect%252CinsertRelation%252CinsertOrUpdate%252CremoveAll%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252Cexecute%252Cfetchx%252CfetchLinks%252CupdateRelation%252CselectCount%252Cfunc2%252CupdateMessage%252CinsertLinks%252CgetParentPath%252CremoveByIds%252ClistPageLinks%252CgetEntity%252CupdateById%252CupdateWith%252Cfetch%252Cexists%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252Cdao%252CgetFileCategoryTree%252Cquery%252Ccount%252ClistEntity%252Clist%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfastInsert%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252CqueryData%252Cclear%252CgetNutMap%2526pid%253D10244%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1600571384769,#3139322e3136382e33312e323239,v{s{31,s{'world,'anyone}}},1 response:: '/dubbo/cn.wizzer.app.dy.modules.services.FileshareService/providers/dubbo%253A%252F%252F192.168.31.229%253A9492%252Fcn.wizzer.app.dy.modules.services.FileshareService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-dy%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.dy.modules.services.FileshareService%2526methods%253Dselect%252CinsertRelation%252CinsertOrUpdate%252CremoveAll%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252Cexecute%252Cfetchx%252CfetchLinks%252CupdateRelation%252CselectCount%252Cfunc2%252CupdateMessage%252CinsertLinks%252CgetParentPath%252CremoveByIds%252ClistPageLinks%252CgetEntity%252CupdateById%252CupdateWith%252Cfetch%252Cexists%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252Cdao%252CgetFileCategoryTree%252Cquery%252Ccount%252ClistEntity%252Clist%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfastInsert%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252CqueryData%252Cclear%252CgetNutMap%2526pid%253D10244%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1600571384769
[INFO ] 11:12:06.424 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry - [DUBBO] Subscribe: provider://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.FileshareService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.FileshareService&methods=select,insertRelation,insertOrUpdate,removeAll,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,selectCount,func2,updateMessage,insertLinks,getParentPath,removeByIds,listPageLinks,getEntity,updateById,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,getFileCategoryTree,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,queryData,clear,getNutMap&pid=10244&side=provider&threads=200×tamp=1600571384769, dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:12:06.629 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x10023869492000e, packet:: clientPath:null serverPath:null finished:false header:: 3,3 replyHeader:: 3,114221,0 request:: '/dubbo/cn.wizzer.app.dy.modules.services.FileshareService/configurators,F response:: s{139,139,1596796155595,1596796155595,0,0,0,0,13,0,139}
[DEBUG] 11:12:07.026 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x10023869492000e, packet:: clientPath:null serverPath:null finished:false header:: 4,12 replyHeader:: 4,114221,0 request:: '/dubbo/cn.wizzer.app.dy.modules.services.FileshareService/configurators,T response:: v{},s{139,139,1596796155595,1596796155595,0,0,0,0,13,0,139}
[INFO ] 11:12:07.116 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry - [DUBBO] Notify urls for subscribe url provider://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.FileshareService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.FileshareService&methods=select,insertRelation,insertOrUpdate,removeAll,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,selectCount,func2,updateMessage,insertLinks,getParentPath,removeByIds,listPageLinks,getEntity,updateById,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,getFileCategoryTree,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,queryData,clear,getNutMap&pid=10244&side=provider&threads=200×tamp=1600571384769, urls: [empty://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.FileshareService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.FileshareService&methods=select,insertRelation,insertOrUpdate,removeAll,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,selectCount,func2,updateMessage,insertLinks,getParentPath,removeByIds,listPageLinks,getEntity,updateById,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,getFileCategoryTree,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,queryData,clear,getNutMap&pid=10244&side=provider&threads=200&timestamp=1600571384769], dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:12:07.196 [main] com.alibaba.dubbo.registry.integration.RegistryProtocol - [DUBBO] original override urls: [empty://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.FileshareService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.FileshareService&methods=select,insertRelation,insertOrUpdate,removeAll,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,selectCount,func2,updateMessage,insertLinks,getParentPath,removeByIds,listPageLinks,getEntity,updateById,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,getFileCategoryTree,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,queryData,clear,getNutMap&pid=10244&side=provider&threads=200&timestamp=1600571384769], dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:12:07.243 [main] com.alibaba.dubbo.registry.integration.RegistryProtocol - [DUBBO] subscribe url: provider://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.FileshareService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.FileshareService&methods=select,insertRelation,insertOrUpdate,removeAll,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,selectCount,func2,updateMessage,insertLinks,getParentPath,removeByIds,listPageLinks,getEntity,updateById,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,getFileCategoryTree,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,queryData,clear,getNutMap&pid=10244&side=provider&threads=200×tamp=1600571384769, override urls: [empty://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.FileshareService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.FileshareService&methods=select,insertRelation,insertOrUpdate,removeAll,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,selectCount,func2,updateMessage,insertLinks,getParentPath,removeByIds,listPageLinks,getEntity,updateById,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,getFileCategoryTree,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,queryData,clear,getNutMap&pid=10244&side=provider&threads=200&timestamp=1600571384769], dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:12:08.887 [main] com.alibaba.dubbo.common.extension.ExtensionLoader - [DUBBO] package com.alibaba.dubbo.rpc.cluster;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class RouterFactory$Adaptive implements com.alibaba.dubbo.rpc.cluster.RouterFactory {
public com.alibaba.dubbo.rpc.cluster.Router getRouter(com.alibaba.dubbo.common.URL arg0) {
if (arg0 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg0;
String extName = url.getProtocol();
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.rpc.cluster.RouterFactory) name from url(" + url.toString() + ") use keys([protocol])");
com.alibaba.dubbo.rpc.cluster.RouterFactory extension = (com.alibaba.dubbo.rpc.cluster.RouterFactory)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.rpc.cluster.RouterFactory.class).getExtension(extName);
return extension.getRouter(arg0);
}
}, dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:12:13.324 [main] com.alibaba.dubbo.common.extension.ExtensionLoader - [DUBBO] package com.alibaba.dubbo.rpc.cluster;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class ConfiguratorFactory$Adaptive implements com.alibaba.dubbo.rpc.cluster.ConfiguratorFactory {
public com.alibaba.dubbo.rpc.cluster.Configurator getConfigurator(com.alibaba.dubbo.common.URL arg0) {
if (arg0 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg0;
String extName = url.getProtocol();
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.rpc.cluster.ConfiguratorFactory) name from url(" + url.toString() + ") use keys([protocol])");
com.alibaba.dubbo.rpc.cluster.ConfiguratorFactory extension = (com.alibaba.dubbo.rpc.cluster.ConfiguratorFactory)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.rpc.cluster.ConfiguratorFactory.class).getExtension(extName);
return extension.getConfigurator(arg0);
}
}, dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:12:16.255 [main] org.nutz.ioc.impl.NutIoc - Get '7knog545oqg75qcghdpc02tc48'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 11:12:16.264 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=7knog545oqg75qcghdpc02tc48
[DEBUG] 11:12:16.298 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(7knog545oqg75qcghdpc02tc48) in DubboConfigIocLoader@264978436
[DEBUG] 11:12:16.321 [main] org.nutz.ioc.impl.NutIoc - >> Make...'7knog545oqg75qcghdpc02tc48'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 11:12:16.344 [main] org.nutz.ioc.impl.ScopeContext - Save object '7knog545oqg75qcghdpc02tc48' to [app] [DEBUG] 11:12:16.410 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 11:12:16.566 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 11:12:16.613 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 11:12:16.644 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 11:12:16.683 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 11:12:20.465 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Got ping response for sessionid: 0x10023869492000e after 48ms
[DEBUG] 11:12:33.854 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Got ping response for sessionid: 0x10023869492000e after 51ms
[DEBUG] 11:12:47.244 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Got ping response for sessionid: 0x10023869492000e after 55ms
[DEBUG] 11:13:00.629 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Got ping response for sessionid: 0x10023869492000e after 48ms
[DEBUG] 11:13:14.018 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Got ping response for sessionid: 0x10023869492000e after 51ms
[INFO ] 11:13:25.927 [main] com.alibaba.dubbo.config.AbstractConfig - [DUBBO] Export dubbo service cn.wizzer.app.dy.modules.services.CycleimageService to local registry, dubbo version: 2.6.6, current host: 192.168.31.229
[INFO ] 11:13:25.956 [main] com.alibaba.dubbo.config.AbstractConfig - [DUBBO] Export dubbo service cn.wizzer.app.dy.modules.services.CycleimageService to url dubbo://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.CycleimageService?anyhost=true&application=wk-nb-service-dy&bind.ip=192.168.31.229&bind.port=9492&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.CycleimageService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&qos.enable=false&side=provider&threads=200×tamp=1600571537540, dubbo version: 2.6.6, current host: 192.168.31.229
[INFO ] 11:13:25.982 [main] com.alibaba.dubbo.config.AbstractConfig - [DUBBO] Register dubbo service cn.wizzer.app.dy.modules.services.CycleimageService url dubbo://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.CycleimageService?anyhost=true&application=wk-nb-service-dy&bind.ip=192.168.31.229&bind.port=9492&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.CycleimageService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&qos.enable=false&side=provider&threads=200×tamp=1600571537540 to registry registry://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?application=wk-nb-service-dy&dubbo=2.0.2&pid=10244&qos.enable=false®istry=zookeeper×tamp=1600571537527, dubbo version: 2.6.6, current host: 192.168.31.229
[INFO ] 11:13:26.099 [main] com.alibaba.dubbo.qos.protocol.QosProtocolWrapper - [DUBBO] qos won't be started because it is disabled. Please check dubbo.application.qos.enable is configured either in system property, dubbo.properties or XML/spring boot configuration., dubbo version: 2.6.6, current host: 192.168.31.229
[INFO ] 11:13:26.475 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry - [DUBBO] Register: dubbo://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.CycleimageService?anyhost=true&application=wk-nb-service-dy&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.CycleimageService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&side=provider&threads=200×tamp=1600571537540, dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:13:26.702 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x10023869492000e, packet:: clientPath:null serverPath:null finished:false header:: 5,3 replyHeader:: 5,114221,0 request:: '/dubbo/cn.wizzer.app.dy.modules.services.CycleimageService/providers,F response:: s{133,133,1596796155488,1596796155488,0,68,0,0,13,0,114177}
[DEBUG] 11:13:26.738 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Got ping response for sessionid: 0x10023869492000e after 139ms
[DEBUG] 11:13:27.121 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x10023869492000e, packet:: clientPath:null serverPath:null finished:false header:: 6,1 replyHeader:: 6,114222,0 request:: '/dubbo/cn.wizzer.app.dy.modules.services.CycleimageService/providers/dubbo%253A%252F%252F192.168.31.229%253A9492%252Fcn.wizzer.app.dy.modules.services.CycleimageService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-dy%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.dy.modules.services.CycleimageService%2526methods%253Dselect%252CupdateWithVersion%252Cdata%252CinsertRelation%252CinsertWith%252CinsertOrUpdate%252CremoveAll%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252ClistEntity%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252Cfunc2%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D10244%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1600571537540,#3139322e3136382e33312e323239,v{s{31,s{'world,'anyone}}},1 response:: '/dubbo/cn.wizzer.app.dy.modules.services.CycleimageService/providers/dubbo%253A%252F%252F192.168.31.229%253A9492%252Fcn.wizzer.app.dy.modules.services.CycleimageService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-dy%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.dy.modules.services.CycleimageService%2526methods%253Dselect%252CupdateWithVersion%252Cdata%252CinsertRelation%252CinsertWith%252CinsertOrUpdate%252CremoveAll%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252ClistEntity%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252Cfunc2%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D10244%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1600571537540
[INFO ] 11:13:27.220 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry - [DUBBO] Subscribe: provider://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.CycleimageService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.CycleimageService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&side=provider&threads=200×tamp=1600571537540, dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:13:27.358 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x10023869492000e, packet:: clientPath:null serverPath:null finished:false header:: 7,3 replyHeader:: 7,114222,0 request:: '/dubbo/cn.wizzer.app.dy.modules.services.CycleimageService/configurators,F response:: s{135,135,1596796155496,1596796155496,0,0,0,0,13,0,135}
[DEBUG] 11:13:27.492 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x10023869492000e, packet:: clientPath:null serverPath:null finished:false header:: 8,12 replyHeader:: 8,114222,0 request:: '/dubbo/cn.wizzer.app.dy.modules.services.CycleimageService/configurators,T response:: v{},s{135,135,1596796155496,1596796155496,0,0,0,0,13,0,135}
[INFO ] 11:13:27.529 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry - [DUBBO] Notify urls for subscribe url provider://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.CycleimageService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.CycleimageService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&side=provider&threads=200×tamp=1600571537540, urls: [empty://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.CycleimageService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.CycleimageService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&side=provider&threads=200&timestamp=1600571537540], dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:13:27.575 [main] com.alibaba.dubbo.registry.integration.RegistryProtocol - [DUBBO] original override urls: [empty://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.CycleimageService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.CycleimageService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&side=provider&threads=200&timestamp=1600571537540], dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:13:27.622 [main] com.alibaba.dubbo.registry.integration.RegistryProtocol - [DUBBO] subscribe url: provider://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.CycleimageService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.CycleimageService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&side=provider&threads=200×tamp=1600571537540, override urls: [empty://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.CycleimageService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.CycleimageService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&side=provider&threads=200&timestamp=1600571537540], dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:13:28.399 [main] org.nutz.ioc.impl.NutIoc - Get 'qlt7rr7ssoglpregfgfkukhkh0'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 11:13:28.428 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=qlt7rr7ssoglpregfgfkukhkh0
[DEBUG] 11:13:28.503 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(qlt7rr7ssoglpregfgfkukhkh0) in DubboConfigIocLoader@264978436
[DEBUG] 11:13:28.564 [main] org.nutz.ioc.impl.NutIoc - >> Make...'qlt7rr7ssoglpregfgfkukhkh0'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 11:13:28.623 [main] org.nutz.ioc.impl.ScopeContext - Save object 'qlt7rr7ssoglpregfgfkukhkh0' to [app] [DEBUG] 11:13:28.874 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 11:13:29.505 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 11:13:29.655 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 11:13:29.747 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 11:13:29.895 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 11:13:40.877 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Got ping response for sessionid: 0x10023869492000e after 50ms
[DEBUG] 11:13:54.269 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Got ping response for sessionid: 0x10023869492000e after 55ms
[DEBUG] 11:14:07.652 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Got ping response for sessionid: 0x10023869492000e after 49ms
[DEBUG] 11:14:21.039 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Got ping response for sessionid: 0x10023869492000e after 51ms
[DEBUG] 11:14:34.426 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Got ping response for sessionid: 0x10023869492000e after 53ms
[INFO ] 11:14:40.574 [main] com.alibaba.dubbo.config.AbstractConfig - [DUBBO] Export dubbo service cn.wizzer.app.dy.modules.services.DlsService to local registry, dubbo version: 2.6.6, current host: 192.168.31.229
[INFO ] 11:14:40.607 [main] com.alibaba.dubbo.config.AbstractConfig - [DUBBO] Export dubbo service cn.wizzer.app.dy.modules.services.DlsService to url dubbo://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.DlsService?anyhost=true&application=wk-nb-service-dy&bind.ip=192.168.31.229&bind.port=9492&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.DlsService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&qos.enable=false&side=provider&threads=200×tamp=1600571612434, dubbo version: 2.6.6, current host: 192.168.31.229
[INFO ] 11:14:40.633 [main] com.alibaba.dubbo.config.AbstractConfig - [DUBBO] Register dubbo service cn.wizzer.app.dy.modules.services.DlsService url dubbo://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.DlsService?anyhost=true&application=wk-nb-service-dy&bind.ip=192.168.31.229&bind.port=9492&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.DlsService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&qos.enable=false&side=provider&threads=200×tamp=1600571612434 to registry registry://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?application=wk-nb-service-dy&dubbo=2.0.2&pid=10244&qos.enable=false®istry=zookeeper×tamp=1600571612421, dubbo version: 2.6.6, current host: 192.168.31.229
[INFO ] 11:14:40.753 [main] com.alibaba.dubbo.qos.protocol.QosProtocolWrapper - [DUBBO] qos won't be started because it is disabled. Please check dubbo.application.qos.enable is configured either in system property, dubbo.properties or XML/spring boot configuration., dubbo version: 2.6.6, current host: 192.168.31.229
[INFO ] 11:14:41.157 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry - [DUBBO] Register: dubbo://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.DlsService?anyhost=true&application=wk-nb-service-dy&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.DlsService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&side=provider&threads=200×tamp=1600571612434, dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:14:41.386 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x10023869492000e, packet:: clientPath:null serverPath:null finished:false header:: 9,3 replyHeader:: 9,114222,0 request:: '/dubbo/cn.wizzer.app.dy.modules.services.DlsService/providers,F response:: s{121,121,1596796155073,1596796155073,0,70,0,0,13,0,114202}
[DEBUG] 11:14:41.776 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x10023869492000e, packet:: clientPath:null serverPath:null finished:false header:: 10,1 replyHeader:: 10,114223,0 request:: '/dubbo/cn.wizzer.app.dy.modules.services.DlsService/providers/dubbo%253A%252F%252F192.168.31.229%253A9492%252Fcn.wizzer.app.dy.modules.services.DlsService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-dy%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.dy.modules.services.DlsService%2526methods%253Dselect%252CupdateWithVersion%252Cdata%252CinsertRelation%252CinsertWith%252CinsertOrUpdate%252CremoveAll%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252ClistEntity%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252Cfunc2%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D10244%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1600571612434,#3139322e3136382e33312e323239,v{s{31,s{'world,'anyone}}},1 response:: '/dubbo/cn.wizzer.app.dy.modules.services.DlsService/providers/dubbo%253A%252F%252F192.168.31.229%253A9492%252Fcn.wizzer.app.dy.modules.services.DlsService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-dy%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.dy.modules.services.DlsService%2526methods%253Dselect%252CupdateWithVersion%252Cdata%252CinsertRelation%252CinsertWith%252CinsertOrUpdate%252CremoveAll%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252ClistEntity%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252Cfunc2%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D10244%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1600571612434
[INFO ] 11:14:41.872 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry - [DUBBO] Subscribe: provider://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.DlsService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.DlsService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&side=provider&threads=200×tamp=1600571612434, dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:14:42.010 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x10023869492000e, packet:: clientPath:null serverPath:null finished:false header:: 11,3 replyHeader:: 11,114223,0 request:: '/dubbo/cn.wizzer.app.dy.modules.services.DlsService/configurators,F response:: s{123,123,1596796155085,1596796155085,0,0,0,0,13,0,123}
[DEBUG] 11:14:42.131 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x10023869492000e, packet:: clientPath:null serverPath:null finished:false header:: 12,12 replyHeader:: 12,114223,0 request:: '/dubbo/cn.wizzer.app.dy.modules.services.DlsService/configurators,T response:: v{},s{123,123,1596796155085,1596796155085,0,0,0,0,13,0,123}
[INFO ] 11:14:42.167 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry - [DUBBO] Notify urls for subscribe url provider://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.DlsService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.DlsService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&side=provider&threads=200×tamp=1600571612434, urls: [empty://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.DlsService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.DlsService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&side=provider&threads=200&timestamp=1600571612434], dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:14:42.212 [main] com.alibaba.dubbo.registry.integration.RegistryProtocol - [DUBBO] original override urls: [empty://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.DlsService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.DlsService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&side=provider&threads=200&timestamp=1600571612434], dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:14:42.261 [main] com.alibaba.dubbo.registry.integration.RegistryProtocol - [DUBBO] subscribe url: provider://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.DlsService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.DlsService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&side=provider&threads=200×tamp=1600571612434, override urls: [empty://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.DlsService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.DlsService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&side=provider&threads=200&timestamp=1600571612434], dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:14:43.043 [main] org.nutz.ioc.impl.NutIoc - Get '3aohd058r8h7gpf24m4bfvrvgl'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 11:14:43.070 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=3aohd058r8h7gpf24m4bfvrvgl
[DEBUG] 11:14:43.148 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(3aohd058r8h7gpf24m4bfvrvgl) in DubboConfigIocLoader@264978436
[DEBUG] 11:14:43.211 [main] org.nutz.ioc.impl.NutIoc - >> Make...'3aohd058r8h7gpf24m4bfvrvgl'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 11:14:43.271 [main] org.nutz.ioc.impl.ScopeContext - Save object '3aohd058r8h7gpf24m4bfvrvgl' to [app] [DEBUG] 11:14:43.531 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 11:14:44.168 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 11:14:44.316 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 11:14:44.406 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 11:14:44.537 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 11:14:55.518 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Got ping response for sessionid: 0x10023869492000e after 51ms
[DEBUG] 11:15:08.900 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Got ping response for sessionid: 0x10023869492000e after 41ms
[DEBUG] 11:15:22.293 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Got ping response for sessionid: 0x10023869492000e after 50ms
[DEBUG] 11:15:35.677 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Got ping response for sessionid: 0x10023869492000e after 50ms
[DEBUG] 11:15:49.071 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Got ping response for sessionid: 0x10023869492000e after 51ms
[INFO ] 11:15:59.566 [main] com.alibaba.dubbo.config.AbstractConfig - [DUBBO] Export dubbo service cn.wizzer.app.dy.modules.services.ShopincomeService to local registry, dubbo version: 2.6.6, current host: 192.168.31.229
[INFO ] 11:15:59.597 [main] com.alibaba.dubbo.config.AbstractConfig - [DUBBO] Export dubbo service cn.wizzer.app.dy.modules.services.ShopincomeService to url dubbo://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.ShopincomeService?anyhost=true&application=wk-nb-service-dy&bind.ip=192.168.31.229&bind.port=9492&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.ShopincomeService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&qos.enable=false&side=provider&threads=200×tamp=1600571686885, dubbo version: 2.6.6, current host: 192.168.31.229
[INFO ] 11:15:59.624 [main] com.alibaba.dubbo.config.AbstractConfig - [DUBBO] Register dubbo service cn.wizzer.app.dy.modules.services.ShopincomeService url dubbo://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.ShopincomeService?anyhost=true&application=wk-nb-service-dy&bind.ip=192.168.31.229&bind.port=9492&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.ShopincomeService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&qos.enable=false&side=provider&threads=200×tamp=1600571686885 to registry registry://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?application=wk-nb-service-dy&dubbo=2.0.2&pid=10244&qos.enable=false®istry=zookeeper×tamp=1600571686872, dubbo version: 2.6.6, current host: 192.168.31.229
[INFO ] 11:15:59.759 [main] com.alibaba.dubbo.qos.protocol.QosProtocolWrapper - [DUBBO] qos won't be started because it is disabled. Please check dubbo.application.qos.enable is configured either in system property, dubbo.properties or XML/spring boot configuration., dubbo version: 2.6.6, current host: 192.168.31.229
[INFO ] 11:16:00.212 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry - [DUBBO] Register: dubbo://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.ShopincomeService?anyhost=true&application=wk-nb-service-dy&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.ShopincomeService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&side=provider&threads=200×tamp=1600571686885, dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:16:00.466 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x10023869492000e, packet:: clientPath:null serverPath:null finished:false header:: 13,3 replyHeader:: 13,114223,0 request:: '/dubbo/cn.wizzer.app.dy.modules.services.ShopincomeService/providers,F response:: s{29857,29857,1598182187126,1598182187126,0,18,0,0,13,0,114193}
[DEBUG] 11:16:00.507 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Got ping response for sessionid: 0x10023869492000e after 154ms
[DEBUG] 11:16:01.009 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x10023869492000e, packet:: clientPath:null serverPath:null finished:false header:: 14,1 replyHeader:: 14,114224,0 request:: '/dubbo/cn.wizzer.app.dy.modules.services.ShopincomeService/providers/dubbo%253A%252F%252F192.168.31.229%253A9492%252Fcn.wizzer.app.dy.modules.services.ShopincomeService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-dy%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.dy.modules.services.ShopincomeService%2526methods%253Dselect%252CupdateWithVersion%252Cdata%252CinsertRelation%252CinsertWith%252CinsertOrUpdate%252CremoveAll%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252ClistEntity%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252Cfunc2%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D10244%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1600571686885,#3139322e3136382e33312e323239,v{s{31,s{'world,'anyone}}},1 response:: '/dubbo/cn.wizzer.app.dy.modules.services.ShopincomeService/providers/dubbo%253A%252F%252F192.168.31.229%253A9492%252Fcn.wizzer.app.dy.modules.services.ShopincomeService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-dy%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.dy.modules.services.ShopincomeService%2526methods%253Dselect%252CupdateWithVersion%252Cdata%252CinsertRelation%252CinsertWith%252CinsertOrUpdate%252CremoveAll%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252ClistEntity%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252Cfunc2%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D10244%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1600571686885
[INFO ] 11:16:01.125 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry - [DUBBO] Subscribe: provider://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.ShopincomeService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.ShopincomeService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&side=provider&threads=200×tamp=1600571686885, dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:16:01.312 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x10023869492000e, packet:: clientPath:null serverPath:null finished:false header:: 15,3 replyHeader:: 15,114224,0 request:: '/dubbo/cn.wizzer.app.dy.modules.services.ShopincomeService/configurators,F response:: s{29859,29859,1598182187143,1598182187143,0,0,0,0,13,0,29859}
[DEBUG] 11:16:01.445 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x10023869492000e, packet:: clientPath:null serverPath:null finished:false header:: 16,12 replyHeader:: 16,114224,0 request:: '/dubbo/cn.wizzer.app.dy.modules.services.ShopincomeService/configurators,T response:: v{},s{29859,29859,1598182187143,1598182187143,0,0,0,0,13,0,29859}
[INFO ] 11:16:01.493 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry - [DUBBO] Notify urls for subscribe url provider://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.ShopincomeService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.ShopincomeService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&side=provider&threads=200×tamp=1600571686885, urls: [empty://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.ShopincomeService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.ShopincomeService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&side=provider&threads=200&timestamp=1600571686885], dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:16:01.554 [main] com.alibaba.dubbo.registry.integration.RegistryProtocol - [DUBBO] original override urls: [empty://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.ShopincomeService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.ShopincomeService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&side=provider&threads=200&timestamp=1600571686885], dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:16:01.623 [main] com.alibaba.dubbo.registry.integration.RegistryProtocol - [DUBBO] subscribe url: provider://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.ShopincomeService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.ShopincomeService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&side=provider&threads=200×tamp=1600571686885, override urls: [empty://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.ShopincomeService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.ShopincomeService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&side=provider&threads=200&timestamp=1600571686885], dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:16:02.526 [main] org.nutz.ioc.impl.NutIoc - Get '76hoqh4glohtfohgfldhtuocmo'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 11:16:02.556 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=76hoqh4glohtfohgfldhtuocmo
[DEBUG] 11:16:02.671 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(76hoqh4glohtfohgfldhtuocmo) in DubboConfigIocLoader@264978436
[DEBUG] 11:16:02.710 [main] org.nutz.ioc.impl.NutIoc - >> Make...'76hoqh4glohtfohgfldhtuocmo'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 11:16:02.729 [main] org.nutz.ioc.impl.ScopeContext - Save object '76hoqh4glohtfohgfldhtuocmo' to [app] [DEBUG] 11:16:02.838 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 11:16:03.108 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 11:16:03.173 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 11:16:03.220 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 11:16:03.271 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 11:16:14.807 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Got ping response for sessionid: 0x10023869492000e after 29ms
[DEBUG] 11:16:28.196 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Got ping response for sessionid: 0x10023869492000e after 54ms
[DEBUG] 11:16:41.590 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Got ping response for sessionid: 0x10023869492000e after 59ms
[DEBUG] 11:16:55.001 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Got ping response for sessionid: 0x10023869492000e after 71ms
[DEBUG] 11:17:08.347 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Got ping response for sessionid: 0x10023869492000e after 21ms
[INFO ] 11:17:11.618 [main] com.alibaba.dubbo.config.AbstractConfig - [DUBBO] Export dubbo service cn.wizzer.app.dy.modules.services.UserService to local registry, dubbo version: 2.6.6, current host: 192.168.31.229
[INFO ] 11:17:11.634 [main] com.alibaba.dubbo.config.AbstractConfig - [DUBBO] Export dubbo service cn.wizzer.app.dy.modules.services.UserService to url dubbo://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.UserService?anyhost=true&application=wk-nb-service-dy&bind.ip=192.168.31.229&bind.port=9492&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.UserService&methods=select,insertRelation,updateBeanOrMoney,insertOrUpdate,removeAll,getMaxId,getSubPath,getField,vDelete,execute,fetchx,getPersonalPieceNo,fetchLinks,updateRelation,func2,getUserDetail,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,getMyWalletDetail,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=10244&qos.enable=false&side=provider&threads=200×tamp=1600571764414, dubbo version: 2.6.6, current host: 192.168.31.229
[INFO ] 11:17:11.645 [main] com.alibaba.dubbo.config.AbstractConfig - [DUBBO] Register dubbo service cn.wizzer.app.dy.modules.services.UserService url dubbo://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.UserService?anyhost=true&application=wk-nb-service-dy&bind.ip=192.168.31.229&bind.port=9492&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.UserService&methods=select,insertRelation,updateBeanOrMoney,insertOrUpdate,removeAll,getMaxId,getSubPath,getField,vDelete,execute,fetchx,getPersonalPieceNo,fetchLinks,updateRelation,func2,getUserDetail,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,getMyWalletDetail,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=10244&qos.enable=false&side=provider&threads=200×tamp=1600571764414 to registry registry://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?application=wk-nb-service-dy&dubbo=2.0.2&pid=10244&qos.enable=false®istry=zookeeper×tamp=1600571764400, dubbo version: 2.6.6, current host: 192.168.31.229
[INFO ] 11:17:11.726 [main] com.alibaba.dubbo.qos.protocol.QosProtocolWrapper - [DUBBO] qos won't be started because it is disabled. Please check dubbo.application.qos.enable is configured either in system property, dubbo.properties or XML/spring boot configuration., dubbo version: 2.6.6, current host: 192.168.31.229
[INFO ] 11:17:11.987 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry - [DUBBO] Register: dubbo://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.UserService?anyhost=true&application=wk-nb-service-dy&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.UserService&methods=select,insertRelation,updateBeanOrMoney,insertOrUpdate,removeAll,getMaxId,getSubPath,getField,vDelete,execute,fetchx,getPersonalPieceNo,fetchLinks,updateRelation,func2,getUserDetail,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,getMyWalletDetail,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=10244&side=provider&threads=200×tamp=1600571764414, dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:17:12.146 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x10023869492000e, packet:: clientPath:null serverPath:null finished:false header:: 17,3 replyHeader:: 17,114224,0 request:: '/dubbo/cn.wizzer.app.dy.modules.services.UserService/providers,F response:: s{129,129,1596796155387,1596796155387,0,68,0,0,13,0,114201}
[DEBUG] 11:17:12.420 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x10023869492000e, packet:: clientPath:null serverPath:null finished:false header:: 18,1 replyHeader:: 18,114225,0 request:: '/dubbo/cn.wizzer.app.dy.modules.services.UserService/providers/dubbo%253A%252F%252F192.168.31.229%253A9492%252Fcn.wizzer.app.dy.modules.services.UserService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-dy%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.dy.modules.services.UserService%2526methods%253Dselect%252CinsertRelation%252CupdateBeanOrMoney%252CinsertOrUpdate%252CremoveAll%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252Cexecute%252Cfetchx%252CgetPersonalPieceNo%252CfetchLinks%252CupdateRelation%252Cfunc2%252CgetUserDetail%252CinsertLinks%252CgetParentPath%252ClistPageLinks%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252Cdao%252CgetMyWalletDetail%252Cquery%252Ccount%252ClistEntity%252Clist%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfastInsert%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetNutMap%2526pid%253D10244%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1600571764414,#3139322e3136382e33312e323239,v{s{31,s{'world,'anyone}}},1 response:: '/dubbo/cn.wizzer.app.dy.modules.services.UserService/providers/dubbo%253A%252F%252F192.168.31.229%253A9492%252Fcn.wizzer.app.dy.modules.services.UserService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-dy%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.dy.modules.services.UserService%2526methods%253Dselect%252CinsertRelation%252CupdateBeanOrMoney%252CinsertOrUpdate%252CremoveAll%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252Cexecute%252Cfetchx%252CgetPersonalPieceNo%252CfetchLinks%252CupdateRelation%252Cfunc2%252CgetUserDetail%252CinsertLinks%252CgetParentPath%252ClistPageLinks%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252Cdao%252CgetMyWalletDetail%252Cquery%252Ccount%252ClistEntity%252Clist%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfastInsert%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetNutMap%2526pid%253D10244%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1600571764414
[INFO ] 11:17:12.478 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry - [DUBBO] Subscribe: provider://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.UserService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.UserService&methods=select,insertRelation,updateBeanOrMoney,insertOrUpdate,removeAll,getMaxId,getSubPath,getField,vDelete,execute,fetchx,getPersonalPieceNo,fetchLinks,updateRelation,func2,getUserDetail,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,getMyWalletDetail,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=10244&side=provider&threads=200×tamp=1600571764414, dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:17:12.567 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x10023869492000e, packet:: clientPath:null serverPath:null finished:false header:: 19,3 replyHeader:: 19,114225,0 request:: '/dubbo/cn.wizzer.app.dy.modules.services.UserService/configurators,F response:: s{131,131,1596796155394,1596796155394,0,0,0,0,13,0,131}
[DEBUG] 11:17:12.646 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x10023869492000e, packet:: clientPath:null serverPath:null finished:false header:: 20,12 replyHeader:: 20,114225,0 request:: '/dubbo/cn.wizzer.app.dy.modules.services.UserService/configurators,T response:: v{},s{131,131,1596796155394,1596796155394,0,0,0,0,13,0,131}
[INFO ] 11:17:12.668 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry - [DUBBO] Notify urls for subscribe url provider://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.UserService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.UserService&methods=select,insertRelation,updateBeanOrMoney,insertOrUpdate,removeAll,getMaxId,getSubPath,getField,vDelete,execute,fetchx,getPersonalPieceNo,fetchLinks,updateRelation,func2,getUserDetail,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,getMyWalletDetail,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=10244&side=provider&threads=200×tamp=1600571764414, urls: [empty://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.UserService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.UserService&methods=select,insertRelation,updateBeanOrMoney,insertOrUpdate,removeAll,getMaxId,getSubPath,getField,vDelete,execute,fetchx,getPersonalPieceNo,fetchLinks,updateRelation,func2,getUserDetail,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,getMyWalletDetail,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=10244&side=provider&threads=200&timestamp=1600571764414], dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:17:12.696 [main] com.alibaba.dubbo.registry.integration.RegistryProtocol - [DUBBO] original override urls: [empty://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.UserService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.UserService&methods=select,insertRelation,updateBeanOrMoney,insertOrUpdate,removeAll,getMaxId,getSubPath,getField,vDelete,execute,fetchx,getPersonalPieceNo,fetchLinks,updateRelation,func2,getUserDetail,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,getMyWalletDetail,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=10244&side=provider&threads=200&timestamp=1600571764414], dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:17:12.717 [main] com.alibaba.dubbo.registry.integration.RegistryProtocol - [DUBBO] subscribe url: provider://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.UserService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.UserService&methods=select,insertRelation,updateBeanOrMoney,insertOrUpdate,removeAll,getMaxId,getSubPath,getField,vDelete,execute,fetchx,getPersonalPieceNo,fetchLinks,updateRelation,func2,getUserDetail,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,getMyWalletDetail,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=10244&side=provider&threads=200×tamp=1600571764414, override urls: [empty://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.UserService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.UserService&methods=select,insertRelation,updateBeanOrMoney,insertOrUpdate,removeAll,getMaxId,getSubPath,getField,vDelete,execute,fetchx,getPersonalPieceNo,fetchLinks,updateRelation,func2,getUserDetail,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,getMyWalletDetail,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=10244&side=provider&threads=200&timestamp=1600571764414], dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:17:13.120 [main] org.nutz.ioc.impl.NutIoc - Get 'srv2s57r90j0qo3tsdginbt62d'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 11:17:13.134 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=srv2s57r90j0qo3tsdginbt62d
[DEBUG] 11:17:13.168 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(srv2s57r90j0qo3tsdginbt62d) in DubboConfigIocLoader@264978436
[DEBUG] 11:17:13.194 [main] org.nutz.ioc.impl.NutIoc - >> Make...'srv2s57r90j0qo3tsdginbt62d'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 11:17:13.220 [main] org.nutz.ioc.impl.ScopeContext - Save object 'srv2s57r90j0qo3tsdginbt62d' to [app] [DEBUG] 11:17:13.334 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 11:17:13.654 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 11:17:13.723 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 11:17:13.778 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 11:17:13.850 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 11:17:26.001 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Got ping response for sessionid: 0x10023869492000e after 21ms
[DEBUG] 11:17:39.389 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Got ping response for sessionid: 0x10023869492000e after 52ms
[DEBUG] 11:17:52.781 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Got ping response for sessionid: 0x10023869492000e after 57ms
[DEBUG] 11:18:06.134 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Got ping response for sessionid: 0x10023869492000e after 24ms
[DEBUG] 11:18:19.488 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Got ping response for sessionid: 0x10023869492000e after 22ms
[INFO ] 11:18:22.327 [main] com.alibaba.dubbo.config.AbstractConfig - [DUBBO] Export dubbo service cn.wizzer.app.dy.modules.services.AdvertisementkfmsgService to local registry, dubbo version: 2.6.6, current host: 192.168.31.229
[INFO ] 11:18:22.353 [main] com.alibaba.dubbo.config.AbstractConfig - [DUBBO] Export dubbo service cn.wizzer.app.dy.modules.services.AdvertisementkfmsgService to url dubbo://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.AdvertisementkfmsgService?anyhost=true&application=wk-nb-service-dy&bind.ip=192.168.31.229&bind.port=9492&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.AdvertisementkfmsgService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&qos.enable=false&side=provider&threads=200×tamp=1600571835841, dubbo version: 2.6.6, current host: 192.168.31.229
[INFO ] 11:18:22.378 [main] com.alibaba.dubbo.config.AbstractConfig - [DUBBO] Register dubbo service cn.wizzer.app.dy.modules.services.AdvertisementkfmsgService url dubbo://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.AdvertisementkfmsgService?anyhost=true&application=wk-nb-service-dy&bind.ip=192.168.31.229&bind.port=9492&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.AdvertisementkfmsgService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&qos.enable=false&side=provider&threads=200×tamp=1600571835841 to registry registry://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?application=wk-nb-service-dy&dubbo=2.0.2&pid=10244&qos.enable=false®istry=zookeeper×tamp=1600571835832, dubbo version: 2.6.6, current host: 192.168.31.229
[INFO ] 11:18:22.504 [main] com.alibaba.dubbo.qos.protocol.QosProtocolWrapper - [DUBBO] qos won't be started because it is disabled. Please check dubbo.application.qos.enable is configured either in system property, dubbo.properties or XML/spring boot configuration., dubbo version: 2.6.6, current host: 192.168.31.229
[INFO ] 11:18:22.841 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry - [DUBBO] Register: dubbo://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.AdvertisementkfmsgService?anyhost=true&application=wk-nb-service-dy&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.AdvertisementkfmsgService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&side=provider&threads=200×tamp=1600571835841, dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:18:23.047 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x10023869492000e, packet:: clientPath:null serverPath:null finished:false header:: 21,3 replyHeader:: 21,114225,0 request:: '/dubbo/cn.wizzer.app.dy.modules.services.AdvertisementkfmsgService/providers,F response:: s{113528,113528,1600514087655,1600514087655,0,10,0,0,14,0,114203}
[DEBUG] 11:18:23.390 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x10023869492000e, packet:: clientPath:null serverPath:null finished:false header:: 22,1 replyHeader:: 22,114226,0 request:: '/dubbo/cn.wizzer.app.dy.modules.services.AdvertisementkfmsgService/providers/dubbo%253A%252F%252F192.168.31.229%253A9492%252Fcn.wizzer.app.dy.modules.services.AdvertisementkfmsgService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-dy%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.dy.modules.services.AdvertisementkfmsgService%2526methods%253Dselect%252CupdateWithVersion%252Cdata%252CinsertRelation%252CinsertWith%252CinsertOrUpdate%252CremoveAll%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252ClistEntity%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252Cfunc2%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D10244%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1600571835841,#3139322e3136382e33312e323239,v{s{31,s{'world,'anyone}}},1 response:: '/dubbo/cn.wizzer.app.dy.modules.services.AdvertisementkfmsgService/providers/dubbo%253A%252F%252F192.168.31.229%253A9492%252Fcn.wizzer.app.dy.modules.services.AdvertisementkfmsgService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-dy%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.dy.modules.services.AdvertisementkfmsgService%2526methods%253Dselect%252CupdateWithVersion%252Cdata%252CinsertRelation%252CinsertWith%252CinsertOrUpdate%252CremoveAll%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252ClistEntity%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252Cfunc2%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D10244%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1600571835841
[INFO ] 11:18:23.463 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry - [DUBBO] Subscribe: provider://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.AdvertisementkfmsgService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.AdvertisementkfmsgService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&side=provider&threads=200×tamp=1600571835841, dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:18:23.580 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x10023869492000e, packet:: clientPath:null serverPath:null finished:false header:: 23,3 replyHeader:: 23,114226,0 request:: '/dubbo/cn.wizzer.app.dy.modules.services.AdvertisementkfmsgService/configurators,F response:: s{113530,113530,1600514087669,1600514087669,0,0,0,0,14,0,113530}
[DEBUG] 11:18:23.740 [main-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x10023869492000e, packet:: clientPath:null serverPath:null finished:false header:: 24,12 replyHeader:: 24,114226,0 request:: '/dubbo/cn.wizzer.app.dy.modules.services.AdvertisementkfmsgService/configurators,T response:: v{},s{113530,113530,1600514087669,1600514087669,0,0,0,0,14,0,113530}
[INFO ] 11:18:23.756 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry - [DUBBO] Notify urls for subscribe url provider://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.AdvertisementkfmsgService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.AdvertisementkfmsgService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&side=provider&threads=200×tamp=1600571835841, urls: [empty://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.AdvertisementkfmsgService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.AdvertisementkfmsgService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&side=provider&threads=200&timestamp=1600571835841], dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:18:23.780 [main] com.alibaba.dubbo.registry.integration.RegistryProtocol - [DUBBO] original override urls: [empty://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.AdvertisementkfmsgService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.AdvertisementkfmsgService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&side=provider&threads=200&timestamp=1600571835841], dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:18:23.804 [main] com.alibaba.dubbo.registry.integration.RegistryProtocol - [DUBBO] subscribe url: provider://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.AdvertisementkfmsgService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.AdvertisementkfmsgService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&side=provider&threads=200×tamp=1600571835841, override urls: [empty://192.168.31.229:9492/cn.wizzer.app.dy.modules.services.AdvertisementkfmsgService?anyhost=true&application=wk-nb-service-dy&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.dy.modules.services.AdvertisementkfmsgService&methods=select,updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,removeAll,dao,getMaxId,getSubPath,query,count,getField,listEntity,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,func2,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,getNutMap,exists,listPageMap,listPage&pid=10244&side=provider&threads=200&timestamp=1600571835841], dubbo version: 2.6.6, current host: 192.168.31.229
[DEBUG] 11:18:24.219 [main] org.nutz.ioc.impl.NutIoc - Get 'tqo8iklumsgmkridf2k8rue6l1'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 11:18:24.232 [main] org.nutz.ioc.impl.NutIoc - >> Load definition name=tqo8iklumsgmkridf2k8rue6l1
[DEBUG] 11:18:24.265 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(tqo8iklumsgmkridf2k8rue6l1) in DubboConfigIocLoader@264978436
[DEBUG] 11:18:24.292 [main] org.nutz.ioc.impl.NutIoc - >> Make...'tqo8iklumsgmkridf2k8rue6l1'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 11:18:24.319 [main] org.nutz.ioc.impl.ScopeContext - Save object 'tqo8iklumsgmkridf2k8rue6l1' to [app] [DEBUG] 11:18:24.428 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 11:18:24.724 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 11:18:24.792 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 11:18:24.835 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 11:18:24.896 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>

不知道什么原因!

1 回复

已经解决问题了,是启动模块顺序的问题,感谢大佬抽出宝贵的时间来看我的问题!!

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