dubbo服务

Blade 未结 1 1130
next
next 剑圣 2020-07-02 07:24

一、该问题的重现步骤是什么?

1. 启动参数--spring.profiles.active=dev --spring.cloud.nacos.config.server-addr=192.168.1.10:8848 --spring.cloud.nacos.discovery.server-addr=192.168.1.10:8848 --dubbo.registry.address=nacos://192.168.1.10:8848

2. 注释掉

LauncherServiceImpl不需要的配置只留下nacos和dubbo
Properties props = System.getProperties();
// 通用注册
PropsUtil.setProperty(props, "spring.cloud.nacos.discovery.server-addr", LauncherConstant.nacosAddr(profile));
PropsUtil.setProperty(props, "spring.cloud.nacos.config.server-addr", LauncherConstant.nacosAddr(profile));
// dubbo注册
PropsUtil.setProperty(props, "dubbo.application.name", appName);
PropsUtil.setProperty(props, "dubbo.application.qos.enable", "false");
PropsUtil.setProperty(props, "dubbo.protocol.name", "dubbo");
PropsUtil.setProperty(props, "dubbo.registry.address", "nacos://" + LauncherConstant.nacosAddr(profile));
PropsUtil.setProperty(props, "dubbo.version", AppConstant.APPLICATION_VERSION);
PropsUtil.setProperty(props, "dubbo.scan.base-packages", AppConstant.BASE_PACKAGES);

3.启动Blade-Biz的 blade-dubbo-provider服务


二、你期待的结果是什么?实际看到的又是什么?

启动成功,实际看到下面的错误


三、你正在使用的是什么产品,什么版本?在什么操作系统上?

2.5.1版本 windows

四、请提供详细的错误堆栈信息,这很重要。

日志中已经输出dubbo配置信息是如下1.10,实际还是会出现错误连接到127.0.0.1:8848 传递的参数并未生效


2020-07-02 07:07:47.272  INFO 39212 --- [           main] .a.ConfigurationBeanBindingPostProcessor : The configuration bean [<dubbo:application name="blade-dubbo-provider" valid="true" hostname="DESKTOP-CUN9HOB" id="blade-dubbo-provider" prefix="dubbo.application" />] have been binding by the configuration properties [{name=blade-dubbo-provider, qos.enable=false}]

2020-07-02 07:07:47.302  INFO 39212 --- [           main] .a.ConfigurationBeanBindingPostProcessor : The configuration bean [<dubbo:registry protocol="nacos" address="nacos://192.168.1.10:8848" valid="true" port="8848" id="nacos" prefix="dubbo.registry" />] have been binding by the configuration properties [{address=nacos://192.168.1.10:8848}]

2020-07-02 07:07:47.317  INFO 39212 --- [           main] .a.ConfigurationBeanBindingPostProcessor : The configuration bean [<dubbo:protocol name="dubbo" valid="true" port="28305" id="dubbo" prefix="dubbo.protocol" />] have been binding by the configuration properties [{name=dubbo, port=28305}]



五、若有更多详细信息,请在下面提供。


"C:\Program Files\Java\jdk1.8.0_25\bin\java.exe" -XX:TieredStopAtLevel=1 -noverify -Dspring.output.ansi.enabled=always -Dcom.sun.management.jmxremote -Dspring.jmx.enabled=true -Dspring.liveBeansView.mbeanDomain -Dspring.application.admin.enabled=true -javaagent:D:\DEV\IDE\ideaIU-2020.1.1.win\lib\idea_rt.jar=52317:D:\DEV\IDE\ideaIU-2020.1.1.win\bin -Dfile.encoding=UTF-8 -classpath "C:\Program Files\Java\jdk1.8.0_25\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\rt.jar;D:\CODE\star\blade\BladeX-Biz\blade-example\blade-dubbo-provider\target\classes;D:\REPOSITORY\repository\org\springblade\blade-core-boot\2.5.1.RELEASE\blade-core-boot-2.5.1.RELEASE.jar;D:\REPOSITORY\repository\org\springblade\blade-core-db\2.5.1.RELEASE\blade-core-db-2.5.1.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\boot\spring-boot-starter-jdbc\2.1.14.RELEASE\spring-boot-starter-jdbc-2.1.14.RELEASE.jar;D:\REPOSITORY\repository\com\zaxxer\HikariCP\3.2.0\HikariCP-3.2.0.jar;D:\REPOSITORY\repository\org\springframework\spring-jdbc\5.1.15.RELEASE\spring-jdbc-5.1.15.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\spring-tx\5.1.15.RELEASE\spring-tx-5.1.15.RELEASE.jar;D:\REPOSITORY\repository\com\baomidou\mybatis-plus-boot-starter\3.3.2\mybatis-plus-boot-starter-3.3.2.jar;D:\REPOSITORY\repository\org\springframework\boot\spring-boot-autoconfigure\2.1.14.RELEASE\spring-boot-autoconfigure-2.1.14.RELEASE.jar;D:\REPOSITORY\repository\com\alibaba\druid-spring-boot-starter\1.1.22\druid-spring-boot-starter-1.1.22.jar;D:\REPOSITORY\repository\com\alibaba\druid\1.1.22\druid-1.1.22.jar;D:\REPOSITORY\repository\org\slf4j\slf4j-api\1.7.30\slf4j-api-1.7.30.jar;D:\REPOSITORY\repository\mysql\mysql-connector-java\8.0.17\mysql-connector-java-8.0.17.jar;D:\REPOSITORY\repository\com\google\protobuf\protobuf-java\3.5.1\protobuf-java-3.5.1.jar;D:\REPOSITORY\repository\com\oracle\ojdbc7\12.2.0.1\ojdbc7-12.2.0.1.jar;D:\REPOSITORY\repository\org\postgresql\postgresql\42.2.6\postgresql-42.2.6.jar;D:\REPOSITORY\repository\org\springblade\blade-core-secure\2.5.1.RELEASE\blade-core-secure-2.5.1.RELEASE.jar;D:\REPOSITORY\repository\org\springblade\blade-starter-auth\2.5.1.RELEASE\blade-starter-auth-2.5.1.RELEASE.jar;D:\REPOSITORY\repository\org\springblade\blade-core-cloud\2.5.1.RELEASE\blade-core-cloud-2.5.1.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\cloud\spring-cloud-stream\2.1.4.RELEASE\spring-cloud-stream-2.1.4.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\boot\spring-boot-starter-validation\2.1.14.RELEASE\spring-boot-starter-validation-2.1.14.RELEASE.jar;D:\REPOSITORY\repository\org\apache\tomcat\embed\tomcat-embed-el\9.0.34\tomcat-embed-el-9.0.34.jar;D:\REPOSITORY\repository\org\springframework\spring-messaging\5.1.15.RELEASE\spring-messaging-5.1.15.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\integration\spring-integration-core\5.1.10.RELEASE\spring-integration-core-5.1.10.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\integration\spring-integration-jmx\5.1.10.RELEASE\spring-integration-jmx-5.1.10.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\spring-tuple\1.0.0.RELEASE\spring-tuple-1.0.0.RELEASE.jar;D:\REPOSITORY\repository\com\esotericsoftware\kryo-shaded\3.0.3\kryo-shaded-3.0.3.jar;D:\REPOSITORY\repository\com\esotericsoftware\minlog\1.3.0\minlog-1.3.0.jar;D:\REPOSITORY\repository\org\springframework\integration\spring-integration-tuple\1.0.0.RELEASE\spring-integration-tuple-1.0.0.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\cloud\spring-cloud-function-context\2.0.2.RELEASE\spring-cloud-function-context-2.0.2.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\cloud\spring-cloud-function-core\2.0.2.RELEASE\spring-cloud-function-core-2.0.2.RELEASE.jar;D:\REPOSITORY\repository\io\github\openfeign\feign-okhttp\10.4.0\feign-okhttp-10.4.0.jar;D:\REPOSITORY\repository\io\github\openfeign\feign-core\10.4.0\feign-core-10.4.0.jar;D:\REPOSITORY\repository\com\squareup\okhttp3\okhttp\3.14.5\okhttp-3.14.5.jar;D:\REPOSITORY\repository\com\squareup\okio\okio\1.17.2\okio-1.17.2.jar;D:\REPOSITORY\repository\org\springframework\cloud\spring-cloud-starter-openfeign\2.1.5.RELEASE\spring-cloud-starter-openfeign-2.1.5.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\cloud\spring-cloud-starter\2.1.6.RELEASE\spring-cloud-starter-2.1.6.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\security\spring-security-rsa\1.0.9.RELEASE\spring-security-rsa-1.0.9.RELEASE.jar;D:\REPOSITORY\repository\org\bouncycastle\bcpkix-jdk15on\1.59\bcpkix-jdk15on-1.59.jar;D:\REPOSITORY\repository\org\bouncycastle\bcprov-jdk15on\1.59\bcprov-jdk15on-1.59.jar;D:\REPOSITORY\repository\org\springframework\cloud\spring-cloud-openfeign-core\2.1.5.RELEASE\spring-cloud-openfeign-core-2.1.5.RELEASE.jar;D:\REPOSITORY\repository\io\github\openfeign\form\feign-form-spring\3.8.0\feign-form-spring-3.8.0.jar;D:\REPOSITORY\repository\io\github\openfeign\form\feign-form\3.8.0\feign-form-3.8.0.jar;D:\REPOSITORY\repository\commons-fileupload\commons-fileupload\1.3.3\commons-fileupload-1.3.3.jar;D:\REPOSITORY\repository\org\springframework\spring-web\5.1.15.RELEASE\spring-web-5.1.15.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\cloud\spring-cloud-commons\2.1.6.RELEASE\spring-cloud-commons-2.1.6.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\security\spring-security-crypto\5.1.10.RELEASE\spring-security-crypto-5.1.10.RELEASE.jar;D:\REPOSITORY\repository\io\github\openfeign\feign-slf4j\10.4.0\feign-slf4j-10.4.0.jar;D:\REPOSITORY\repository\io\github\openfeign\feign-hystrix\10.4.0\feign-hystrix-10.4.0.jar;D:\REPOSITORY\repository\com\netflix\archaius\archaius-core\0.7.6\archaius-core-0.7.6.jar;D:\REPOSITORY\repository\com\google\code\findbugs\jsr305\3.0.2\jsr305-3.0.2.jar;D:\REPOSITORY\repository\org\springframework\cloud\spring-cloud-starter-netflix-hystrix\2.1.5.RELEASE\spring-cloud-starter-netflix-hystrix-2.1.5.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\cloud\spring-cloud-netflix-hystrix\2.1.5.RELEASE\spring-cloud-netflix-hystrix-2.1.5.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\cloud\spring-cloud-netflix-ribbon\2.1.5.RELEASE\spring-cloud-netflix-ribbon-2.1.5.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\cloud\spring-cloud-netflix-archaius\2.1.5.RELEASE\spring-cloud-netflix-archaius-2.1.5.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\cloud\spring-cloud-starter-netflix-archaius\2.1.5.RELEASE\spring-cloud-starter-netflix-archaius-2.1.5.RELEASE.jar;D:\REPOSITORY\repository\commons-configuration\commons-configuration\1.8\commons-configuration-1.8.jar;D:\REPOSITORY\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;D:\REPOSITORY\repository\com\netflix\hystrix\hystrix-core\1.5.18\hystrix-core-1.5.18.jar;D:\REPOSITORY\repository\io\reactivex\rxjava\1.3.8\rxjava-1.3.8.jar;D:\REPOSITORY\repository\org\hdrhistogram\HdrHistogram\2.1.9\HdrHistogram-2.1.9.jar;D:\REPOSITORY\repository\com\netflix\hystrix\hystrix-serialization\1.5.18\hystrix-serialization-1.5.18.jar;D:\REPOSITORY\repository\com\fasterxml\jackson\module\jackson-module-afterburner\2.9.10\jackson-module-afterburner-2.9.10.jar;D:\REPOSITORY\repository\com\netflix\hystrix\hystrix-metrics-event-stream\1.5.18\hystrix-metrics-event-stream-1.5.18.jar;D:\REPOSITORY\repository\com\netflix\hystrix\hystrix-javanica\1.5.18\hystrix-javanica-1.5.18.jar;D:\REPOSITORY\repository\org\apache\commons\commons-lang3\3.8.1\commons-lang3-3.8.1.jar;D:\REPOSITORY\repository\org\ow2\asm\asm\5.0.4\asm-5.0.4.jar;D:\REPOSITORY\repository\io\reactivex\rxjava-reactive-streams\1.2.1\rxjava-reactive-streams-1.2.1.jar;D:\REPOSITORY\repository\org\reactivestreams\reactive-streams\1.0.3\reactive-streams-1.0.3.jar;D:\REPOSITORY\repository\org\springframework\boot\spring-boot-starter-actuator\2.1.14.RELEASE\spring-boot-starter-actuator-2.1.14.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.1.14.RELEASE\spring-boot-actuator-autoconfigure-2.1.14.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\boot\spring-boot-actuator\2.1.14.RELEASE\spring-boot-actuator-2.1.14.RELEASE.jar;D:\REPOSITORY\repository\io\micrometer\micrometer-core\1.1.13\micrometer-core-1.1.13.jar;D:\REPOSITORY\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;D:\REPOSITORY\repository\de\codecentric\spring-boot-admin-starter-client\2.1.6\spring-boot-admin-starter-client-2.1.6.jar;D:\REPOSITORY\repository\de\codecentric\spring-boot-admin-client\2.1.6\spring-boot-admin-client-2.1.6.jar;D:\REPOSITORY\repository\org\jolokia\jolokia-core\1.6.2\jolokia-core-1.6.2.jar;D:\REPOSITORY\repository\com\googlecode\json-simple\json-simple\1.1.1\json-simple-1.1.1.jar;D:\REPOSITORY\repository\com\alibaba\cloud\spring-cloud-starter-alibaba-nacos-discovery\2.1.2.RELEASE\spring-cloud-starter-alibaba-nacos-discovery-2.1.2.RELEASE.jar;D:\REPOSITORY\repository\com\alibaba\nacos\nacos-client\1.2.1\nacos-client-1.2.1.jar;D:\REPOSITORY\repository\com\alibaba\nacos\nacos-common\1.2.1\nacos-common-1.2.1.jar;D:\REPOSITORY\repository\com\alibaba\nacos\nacos-api\1.2.1\nacos-api-1.2.1.jar;D:\REPOSITORY\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;D:\REPOSITORY\repository\io\prometheus\simpleclient\0.5.0\simpleclient-0.5.0.jar;D:\REPOSITORY\repository\org\springframework\cloud\spring-cloud-context\2.1.6.RELEASE\spring-cloud-context-2.1.6.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\cloud\spring-cloud-starter-netflix-ribbon\2.1.5.RELEASE\spring-cloud-starter-netflix-ribbon-2.1.5.RELEASE.jar;D:\REPOSITORY\repository\com\netflix\ribbon\ribbon\2.3.0\ribbon-2.3.0.jar;D:\REPOSITORY\repository\com\netflix\ribbon\ribbon-transport\2.3.0\ribbon-transport-2.3.0.jar;D:\REPOSITORY\repository\io\reactivex\rxnetty-contexts\0.4.9\rxnetty-contexts-0.4.9.jar;D:\REPOSITORY\repository\io\reactivex\rxnetty-servo\0.4.9\rxnetty-servo-0.4.9.jar;D:\REPOSITORY\repository\javax\inject\javax.inject\1\javax.inject-1.jar;D:\REPOSITORY\repository\io\reactivex\rxnetty\0.4.9\rxnetty-0.4.9.jar;D:\REPOSITORY\repository\com\netflix\ribbon\ribbon-core\2.3.0\ribbon-core-2.3.0.jar;D:\REPOSITORY\repository\com\netflix\ribbon\ribbon-httpclient\2.3.0\ribbon-httpclient-2.3.0.jar;D:\REPOSITORY\repository\commons-collections\commons-collections\3.2.2\commons-collections-3.2.2.jar;D:\REPOSITORY\repository\org\apache\httpcomponents\httpclient\4.5.12\httpclient-4.5.12.jar;D:\REPOSITORY\repository\org\apache\httpcomponents\httpcore\4.4.13\httpcore-4.4.13.jar;D:\REPOSITORY\repository\com\sun\jersey\jersey-client\1.19.1\jersey-client-1.19.1.jar;D:\REPOSITORY\repository\com\sun\jersey\jersey-core\1.19.1\jersey-core-1.19.1.jar;D:\REPOSITORY\repository\javax\ws\rs\jsr311-api\1.1.1\jsr311-api-1.1.1.jar;D:\REPOSITORY\repository\com\sun\jersey\contribs\jersey-apache-client4\1.19.1\jersey-apache-client4-1.19.1.jar;D:\REPOSITORY\repository\com\netflix\servo\servo-core\0.12.21\servo-core-0.12.21.jar;D:\REPOSITORY\repository\com\netflix\netflix-commons\netflix-commons-util\0.3.0\netflix-commons-util-0.3.0.jar;D:\REPOSITORY\repository\com\netflix\ribbon\ribbon-loadbalancer\2.3.0\ribbon-loadbalancer-2.3.0.jar;D:\REPOSITORY\repository\com\netflix\netflix-commons\netflix-statistics\0.1.1\netflix-statistics-0.1.1.jar;D:\REPOSITORY\repository\org\junit\jupiter\junit-jupiter\5.5.2\junit-jupiter-5.5.2.jar;D:\REPOSITORY\repository\org\junit\jupiter\junit-jupiter-api\5.3.2\junit-jupiter-api-5.3.2.jar;D:\REPOSITORY\repository\org\apiguardian\apiguardian-api\1.0.0\apiguardian-api-1.0.0.jar;D:\REPOSITORY\repository\org\opentest4j\opentest4j\1.1.1\opentest4j-1.1.1.jar;D:\REPOSITORY\repository\org\junit\platform\junit-platform-commons\1.3.2\junit-platform-commons-1.3.2.jar;D:\REPOSITORY\repository\org\junit\jupiter\junit-jupiter-params\5.3.2\junit-jupiter-params-5.3.2.jar;D:\REPOSITORY\repository\org\junit\jupiter\junit-jupiter-engine\5.3.2\junit-jupiter-engine-5.3.2.jar;D:\REPOSITORY\repository\org\junit\platform\junit-platform-engine\1.3.2\junit-platform-engine-1.3.2.jar;D:\REPOSITORY\repository\org\mockito\mockito-junit-jupiter\2.23.4\mockito-junit-jupiter-2.23.4.jar;D:\REPOSITORY\repository\org\mockito\mockito-core\2.23.4\mockito-core-2.23.4.jar;D:\REPOSITORY\repository\net\bytebuddy\byte-buddy-agent\1.9.16\byte-buddy-agent-1.9.16.jar;D:\REPOSITORY\repository\com\alibaba\cloud\spring-cloud-starter-alibaba-nacos-config\2.1.2.RELEASE\spring-cloud-starter-alibaba-nacos-config-2.1.2.RELEASE.jar;D:\REPOSITORY\repository\com\alibaba\cloud\spring-cloud-starter-alibaba-sentinel\2.1.2.RELEASE\spring-cloud-starter-alibaba-sentinel-2.1.2.RELEASE.jar;D:\REPOSITORY\repository\com\alibaba\csp\sentinel-transport-simple-http\1.7.1\sentinel-transport-simple-http-1.7.1.jar;D:\REPOSITORY\repository\com\alibaba\csp\sentinel-transport-common\1.7.1\sentinel-transport-common-1.7.1.jar;D:\REPOSITORY\repository\com\alibaba\csp\sentinel-datasource-extension\1.7.1\sentinel-datasource-extension-1.7.1.jar;D:\REPOSITORY\repository\com\alibaba\csp\sentinel-annotation-aspectj\1.7.1\sentinel-annotation-aspectj-1.7.1.jar;D:\REPOSITORY\repository\com\alibaba\csp\sentinel-core\1.7.1\sentinel-core-1.7.1.jar;D:\REPOSITORY\repository\org\aspectj\aspectjrt\1.9.5\aspectjrt-1.9.5.jar;D:\REPOSITORY\repository\com\alibaba\csp\sentinel-spring-webflux-adapter\1.7.1\sentinel-spring-webflux-adapter-1.7.1.jar;D:\REPOSITORY\repository\com\alibaba\csp\sentinel-reactor-adapter\1.7.1\sentinel-reactor-adapter-1.7.1.jar;D:\REPOSITORY\repository\com\alibaba\csp\sentinel-spring-webmvc-adapter\1.7.1\sentinel-spring-webmvc-adapter-1.7.1.jar;D:\REPOSITORY\repository\com\alibaba\csp\sentinel-parameter-flow-control\1.7.1\sentinel-parameter-flow-control-1.7.1.jar;D:\REPOSITORY\repository\com\googlecode\concurrentlinkedhashmap\concurrentlinkedhashmap-lru\1.4.2\concurrentlinkedhashmap-lru-1.4.2.jar;D:\REPOSITORY\repository\com\alibaba\csp\sentinel-cluster-server-default\1.7.1\sentinel-cluster-server-default-1.7.1.jar;D:\REPOSITORY\repository\com\alibaba\csp\sentinel-cluster-common-default\1.7.1\sentinel-cluster-common-default-1.7.1.jar;D:\REPOSITORY\repository\com\alibaba\csp\sentinel-cluster-client-default\1.7.1\sentinel-cluster-client-default-1.7.1.jar;D:\REPOSITORY\repository\com\alibaba\cloud\spring-cloud-alibaba-sentinel-datasource\2.1.2.RELEASE\spring-cloud-alibaba-sentinel-datasource-2.1.2.RELEASE.jar;D:\REPOSITORY\repository\com\fasterxml\jackson\dataformat\jackson-dataformat-xml\2.9.10\jackson-dataformat-xml-2.9.10.jar;D:\REPOSITORY\repository\com\fasterxml\jackson\module\jackson-module-jaxb-annotations\2.9.10\jackson-module-jaxb-annotations-2.9.10.jar;D:\REPOSITORY\repository\org\codehaus\woodstox\stax2-api\4.2\stax2-api-4.2.jar;D:\REPOSITORY\repository\com\fasterxml\woodstox\woodstox-core\5.0.3\woodstox-core-5.0.3.jar;D:\REPOSITORY\repository\org\springblade\blade-starter-cache\2.5.1.RELEASE\blade-starter-cache-2.5.1.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\boot\spring-boot-starter-cache\2.1.14.RELEASE\spring-boot-starter-cache-2.1.14.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\spring-context-support\5.1.15.RELEASE\spring-context-support-5.1.15.RELEASE.jar;D:\REPOSITORY\repository\org\springblade\blade-starter-redis\2.5.1.RELEASE\blade-starter-redis-2.5.1.RELEASE.jar;D:\REPOSITORY\repository\org\springblade\blade-starter-jwt\2.5.1.RELEASE\blade-starter-jwt-2.5.1.RELEASE.jar;D:\REPOSITORY\repository\io\jsonwebtoken\jjwt\0.9.1\jjwt-0.9.1.jar;D:\REPOSITORY\repository\org\springframework\boot\spring-boot-starter-data-redis\2.1.14.RELEASE\spring-boot-starter-data-redis-2.1.14.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\data\spring-data-redis\2.1.17.RELEASE\spring-data-redis-2.1.17.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\data\spring-data-keyvalue\2.1.17.RELEASE\spring-data-keyvalue-2.1.17.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\data\spring-data-commons\2.1.17.RELEASE\spring-data-commons-2.1.17.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\spring-oxm\5.1.15.RELEASE\spring-oxm-5.1.15.RELEASE.jar;D:\REPOSITORY\repository\io\lettuce\lettuce-core\5.1.8.RELEASE\lettuce-core-5.1.8.RELEASE.jar;D:\REPOSITORY\repository\org\redisson\redisson\3.11.6\redisson-3.11.6.jar;D:\REPOSITORY\repository\io\netty\netty-common\4.1.49.Final\netty-common-4.1.49.Final.jar;D:\REPOSITORY\repository\io\netty\netty-codec\4.1.49.Final\netty-codec-4.1.49.Final.jar;D:\REPOSITORY\repository\io\netty\netty-buffer\4.1.49.Final\netty-buffer-4.1.49.Final.jar;D:\REPOSITORY\repository\io\netty\netty-transport\4.1.49.Final\netty-transport-4.1.49.Final.jar;D:\REPOSITORY\repository\io\netty\netty-resolver\4.1.49.Final\netty-resolver-4.1.49.Final.jar;D:\REPOSITORY\repository\io\netty\netty-resolver-dns\4.1.49.Final\netty-resolver-dns-4.1.49.Final.jar;D:\REPOSITORY\repository\io\netty\netty-codec-dns\4.1.49.Final\netty-codec-dns-4.1.49.Final.jar;D:\REPOSITORY\repository\io\netty\netty-handler\4.1.49.Final\netty-handler-4.1.49.Final.jar;D:\REPOSITORY\repository\javax\cache\cache-api\1.1.1\cache-api-1.1.1.jar;D:\REPOSITORY\repository\io\projectreactor\reactor-core\3.2.17.RELEASE\reactor-core-3.2.17.RELEASE.jar;D:\REPOSITORY\repository\io\reactivex\rxjava2\rxjava\2.2.19\rxjava-2.2.19.jar;D:\REPOSITORY\repository\de\ruedigermoeller\fst\2.57\fst-2.57.jar;D:\REPOSITORY\repository\org\objenesis\objenesis\2.6\objenesis-2.6.jar;D:\REPOSITORY\repository\com\fasterxml\jackson\dataformat\jackson-dataformat-yaml\2.9.10\jackson-dataformat-yaml-2.9.10.jar;D:\REPOSITORY\repository\com\fasterxml\jackson\core\jackson-core\2.9.10\jackson-core-2.9.10.jar;D:\REPOSITORY\repository\com\fasterxml\jackson\core\jackson-databind\2.9.10.4\jackson-databind-2.9.10.4.jar;D:\REPOSITORY\repository\net\bytebuddy\byte-buddy\1.9.16\byte-buddy-1.9.16.jar;D:\REPOSITORY\repository\org\jodd\jodd-bean\5.0.13\jodd-bean-5.0.13.jar;D:\REPOSITORY\repository\org\jodd\jodd-core\5.0.13\jodd-core-5.0.13.jar;D:\REPOSITORY\repository\org\springblade\blade-starter-log\2.5.1.RELEASE\blade-starter-log-2.5.1.RELEASE.jar;D:\REPOSITORY\repository\com\baomidou\mybatis-plus\3.3.2\mybatis-plus-3.3.2.jar;D:\REPOSITORY\repository\com\baomidou\mybatis-plus-extension\3.3.2\mybatis-plus-extension-3.3.2.jar;D:\REPOSITORY\repository\com\baomidou\mybatis-plus-core\3.3.2\mybatis-plus-core-3.3.2.jar;D:\REPOSITORY\repository\com\baomidou\mybatis-plus-annotation\3.3.2\mybatis-plus-annotation-3.3.2.jar;D:\REPOSITORY\repository\com\github\jsqlparser\jsqlparser\3.1\jsqlparser-3.1.jar;D:\REPOSITORY\repository\net\logstash\logback\logstash-logback-encoder\6.2\logstash-logback-encoder-6.2.jar;D:\REPOSITORY\repository\org\codehaus\janino\janino\3.0.15\janino-3.0.15.jar;D:\REPOSITORY\repository\org\codehaus\janino\commons-compiler\3.0.16\commons-compiler-3.0.16.jar;D:\REPOSITORY\repository\org\springblade\blade-starter-mybatis\2.5.1.RELEASE\blade-starter-mybatis-2.5.1.RELEASE.jar;D:\REPOSITORY\repository\org\mybatis\mybatis-spring\2.0.3\mybatis-spring-2.0.3.jar;D:\REPOSITORY\repository\org\mybatis\mybatis\3.5.3\mybatis-3.5.3.jar;D:\REPOSITORY\repository\org\mybatis\mybatis-typehandlers-jsr310\1.0.2\mybatis-typehandlers-jsr310-1.0.2.jar;D:\REPOSITORY\repository\org\springframework\boot\spring-boot-starter-aop\2.1.14.RELEASE\spring-boot-starter-aop-2.1.14.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\boot\spring-boot-starter\2.1.14.RELEASE\spring-boot-starter-2.1.14.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\boot\spring-boot\2.1.14.RELEASE\spring-boot-2.1.14.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\boot\spring-boot-starter-logging\2.1.14.RELEASE\spring-boot-starter-logging-2.1.14.RELEASE.jar;D:\REPOSITORY\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;D:\REPOSITORY\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;D:\REPOSITORY\repository\org\apache\logging\log4j\log4j-to-slf4j\2.11.2\log4j-to-slf4j-2.11.2.jar;D:\REPOSITORY\repository\org\apache\logging\log4j\log4j-api\2.11.2\log4j-api-2.11.2.jar;D:\REPOSITORY\repository\org\slf4j\jul-to-slf4j\1.7.30\jul-to-slf4j-1.7.30.jar;D:\REPOSITORY\repository\org\springframework\spring-aop\5.1.15.RELEASE\spring-aop-5.1.15.RELEASE.jar;D:\REPOSITORY\repository\org\aspectj\aspectjweaver\1.9.5\aspectjweaver-1.9.5.jar;D:\REPOSITORY\repository\org\springframework\retry\spring-retry\1.2.5.RELEASE\spring-retry-1.2.5.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\spring-core\5.1.15.RELEASE\spring-core-5.1.15.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\spring-jcl\5.1.15.RELEASE\spring-jcl-5.1.15.RELEASE.jar;D:\REPOSITORY\repository\org\springblade\blade-starter-swagger\2.5.1.RELEASE\blade-starter-swagger-2.5.1.RELEASE.jar;D:\REPOSITORY\repository\org\springblade\blade-core-tool\2.5.1.RELEASE\blade-core-tool-2.5.1.RELEASE.jar;D:\REPOSITORY\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.10\jackson-datatype-jsr310-2.9.10.jar;D:\REPOSITORY\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.10\jackson-annotations-2.9.10.jar;D:\REPOSITORY\repository\com\google\guava\guava\20.0\guava-20.0.jar;D:\REPOSITORY\repository\io\springfox\springfox-swagger2\2.9.2\springfox-swagger2-2.9.2.jar;D:\REPOSITORY\repository\io\swagger\swagger-annotations\1.5.20\swagger-annotations-1.5.20.jar;D:\REPOSITORY\repository\io\springfox\springfox-spi\2.9.2\springfox-spi-2.9.2.jar;D:\REPOSITORY\repository\io\springfox\springfox-core\2.9.2\springfox-core-2.9.2.jar;D:\REPOSITORY\repository\io\springfox\springfox-schema\2.9.2\springfox-schema-2.9.2.jar;D:\REPOSITORY\repository\io\springfox\springfox-swagger-common\2.9.2\springfox-swagger-common-2.9.2.jar;D:\REPOSITORY\repository\io\springfox\springfox-spring-web\2.9.2\springfox-spring-web-2.9.2.jar;D:\REPOSITORY\repository\com\fasterxml\classmate\1.4.0\classmate-1.4.0.jar;D:\REPOSITORY\repository\org\springframework\plugin\spring-plugin-core\1.2.0.RELEASE\spring-plugin-core-1.2.0.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\plugin\spring-plugin-metadata\1.2.0.RELEASE\spring-plugin-metadata-1.2.0.RELEASE.jar;D:\REPOSITORY\repository\org\mapstruct\mapstruct\1.2.0.Final\mapstruct-1.2.0.Final.jar;D:\REPOSITORY\repository\io\swagger\swagger-models\1.5.21\swagger-models-1.5.21.jar;D:\REPOSITORY\repository\io\protostuff\protostuff-core\1.6.0\protostuff-core-1.6.0.jar;D:\REPOSITORY\repository\io\protostuff\protostuff-api\1.6.0\protostuff-api-1.6.0.jar;D:\REPOSITORY\repository\io\protostuff\protostuff-runtime\1.6.0\protostuff-runtime-1.6.0.jar;D:\REPOSITORY\repository\io\protostuff\protostuff-collectionschema\1.6.0\protostuff-collectionschema-1.6.0.jar;D:\REPOSITORY\repository\com\github\xiaoymin\knife4j-micro-spring-boot-starter\2.0.3\knife4j-micro-spring-boot-starter-2.0.3.jar;D:\REPOSITORY\repository\com\github\xiaoymin\knife4j-spring-boot-autoconfigure\2.0.3\knife4j-spring-boot-autoconfigure-2.0.3.jar;D:\REPOSITORY\repository\com\github\xiaoymin\knife4j-spring\2.0.3\knife4j-spring-2.0.3.jar;D:\REPOSITORY\repository\com\github\xiaoymin\knife4j-annotations\2.0.3\knife4j-annotations-2.0.3.jar;D:\REPOSITORY\repository\com\github\xiaoymin\knife4j-core\2.0.3\knife4j-core-2.0.3.jar;D:\REPOSITORY\repository\io\springfox\springfox-bean-validators\2.9.2\springfox-bean-validators-2.9.2.jar;D:\CODE\star\blade\BladeX-Biz\blade-example-api\blade-dubbo-provider-api\target\classes;D:\REPOSITORY\repository\org\apache\dubbo\dubbo\2.7.5\dubbo-2.7.5.jar;D:\REPOSITORY\repository\org\springframework\spring-context\5.1.15.RELEASE\spring-context-5.1.15.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\spring-beans\5.1.15.RELEASE\spring-beans-5.1.15.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\spring-expression\5.1.15.RELEASE\spring-expression-5.1.15.RELEASE.jar;D:\REPOSITORY\repository\com\alibaba\spring\spring-context-support\1.0.5\spring-context-support-1.0.5.jar;D:\REPOSITORY\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;D:\REPOSITORY\repository\io\netty\netty-all\4.1.49.Final\netty-all-4.1.49.Final.jar;D:\REPOSITORY\repository\com\google\code\gson\gson\2.8.6\gson-2.8.6.jar;D:\REPOSITORY\repository\org\yaml\snakeyaml\1.23\snakeyaml-1.23.jar;D:\REPOSITORY\repository\org\apache\dubbo\dubbo-registry-nacos\2.7.5\dubbo-registry-nacos-2.7.5.jar;D:\REPOSITORY\repository\org\apache\dubbo\dubbo-registry-api\2.7.5\dubbo-registry-api-2.7.5.jar;D:\REPOSITORY\repository\org\apache\dubbo\dubbo-cluster\2.7.5\dubbo-cluster-2.7.5.jar;D:\REPOSITORY\repository\org\apache\dubbo\dubbo-rpc-api\2.7.5\dubbo-rpc-api-2.7.5.jar;D:\REPOSITORY\repository\org\apache\dubbo\dubbo-serialization-api\2.7.5\dubbo-serialization-api-2.7.5.jar;D:\REPOSITORY\repository\org\apache\dubbo\dubbo-remoting-api\2.7.5\dubbo-remoting-api-2.7.5.jar;D:\REPOSITORY\repository\org\apache\dubbo\dubbo-container-api\2.7.5\dubbo-container-api-2.7.5.jar;D:\REPOSITORY\repository\org\apache\dubbo\dubbo-metadata-api\2.7.5\dubbo-metadata-api-2.7.5.jar;D:\REPOSITORY\repository\org\apache\dubbo\dubbo-common\2.7.5\dubbo-common-2.7.5.jar;D:\REPOSITORY\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;D:\REPOSITORY\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;D:\REPOSITORY\repository\com\alibaba\fastjson\1.2.70\fastjson-1.2.70.jar;D:\REPOSITORY\repository\commons-io\commons-io\2.6\commons-io-2.6.jar;D:\REPOSITORY\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;D:\CODE\star\blade\BladeX-Biz\blade-biz-common\target\classes;D:\REPOSITORY\repository\org\springblade\blade-core-launch\2.5.1.RELEASE\blade-core-launch-2.5.1.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\boot\spring-boot-starter-web\2.1.14.RELEASE\spring-boot-starter-web-2.1.14.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\boot\spring-boot-starter-json\2.1.14.RELEASE\spring-boot-starter-json-2.1.14.RELEASE.jar;D:\REPOSITORY\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.10\jackson-datatype-jdk8-2.9.10.jar;D:\REPOSITORY\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.10\jackson-module-parameter-names-2.9.10.jar;D:\REPOSITORY\repository\org\hibernate\validator\hibernate-validator\6.0.19.Final\hibernate-validator-6.0.19.Final.jar;D:\REPOSITORY\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;D:\REPOSITORY\repository\org\jboss\logging\jboss-logging\3.3.3.Final\jboss-logging-3.3.3.Final.jar;D:\REPOSITORY\repository\org\springframework\spring-webmvc\5.1.15.RELEASE\spring-webmvc-5.1.15.RELEASE.jar;D:\REPOSITORY\repository\org\springframework\boot\spring-boot-starter-undertow\2.1.14.RELEASE\spring-boot-starter-undertow-2.1.14.RELEASE.jar;D:\REPOSITORY\repository\io\undertow\undertow-core\2.0.30.Final\undertow-core-2.0.30.Final.jar;D:\REPOSITORY\repository\org\jboss\xnio\xnio-api\3.3.8.Final\xnio-api-3.3.8.Final.jar;D:\REPOSITORY\repository\org\jboss\xnio\xnio-nio\3.3.8.Final\xnio-nio-3.3.8.Final.jar;D:\REPOSITORY\repository\io\undertow\undertow-servlet\2.0.30.Final\undertow-servlet-2.0.30.Final.jar;D:\REPOSITORY\repository\org\jboss\spec\javax\annotation\jboss-annotations-api_1.2_spec\1.0.2.Final\jboss-annotations-api_1.2_spec-1.0.2.Final.jar;D:\REPOSITORY\repository\io\undertow\undertow-websockets-jsr\2.0.30.Final\undertow-websockets-jsr-2.0.30.Final.jar;D:\REPOSITORY\repository\org\jboss\spec\javax\websocket\jboss-websocket-api_1.1_spec\1.1.4.Final\jboss-websocket-api_1.1_spec-1.1.4.Final.jar;D:\REPOSITORY\repository\javax\servlet\javax.servlet-api\4.0.1\javax.servlet-api-4.0.1.jar;D:\REPOSITORY\repository\org\glassfish\javax.el\3.0.0\javax.el-3.0.0.jar;D:\REPOSITORY\repository\org\projectlombok\lombok\1.18.12\lombok-1.18.12.jar" org.springblade.example.provider.DubboProviderApplication --spring.profiles.active=dev --spring.cloud.nacos.config.server-addr=192.168.1.10:8848 --spring.cloud.nacos.discovery.server-addr=192.168.1.10:8848 --dubbo.registry.address=nacos://192.168.1.10:8848

07:07:23.806 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'spring.profiles.active' in PropertySource 'commandLineArgs' with value of type String

07:07:23.816 [main] DEBUG org.springframework.core.env.StandardEnvironment - Activating profiles [dev]

----启动中,读取到的环境变量:[dev],jar地址:[/D:/CODE/star/blade/BladeX-Biz/blade-example/blade-dubbo-provider/target/classes/]----

                   ______  _             _       ___   ___

                   | ___ \| |           | |      \  \ /  /

                   | |_/ /| |  __ _   __| |  ___  \  V  /

                   | ___ \| | / _` | / _` | / _ \   > <

                   | |_/ /| || (_| || (_| ||  __/ /  .  \

                   \____/ |_| \__,_| \__,_| \___|/__/ \__\


:: BladeX 2.5.1.RELEASE :: blade-dubbo-provider:dev :: Running SpringBoot 2.1.14.RELEASE :: 


2020-07-02 07:07:29.364  WARN 39212 --- [           main] c.a.c.n.c.NacosPropertySourceBuilder     : Ignore the empty nacos configuration and get it based on dataId[blade-dubbo-provider] & group[DEFAULT_GROUP]

2020-07-02 07:07:29.367  WARN 39212 --- [           main] c.a.c.n.c.NacosPropertySourceBuilder     : Ignore the empty nacos configuration and get it based on dataId[blade-dubbo-provider.yaml] & group[DEFAULT_GROUP]

2020-07-02 07:07:29.369  WARN 39212 --- [           main] c.a.c.n.c.NacosPropertySourceBuilder     : Ignore the empty nacos configuration and get it based on dataId[blade-dubbo-provider-dev.yaml] & group[DEFAULT_GROUP]

2020-07-02 07:07:29.370  INFO 39212 --- [           main] b.c.PropertySourceBootstrapConfiguration : Located property source: [BootstrapPropertySource {name='bootstrapProperties-blade-dubbo-provider-dev.yaml,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-blade-dubbo-provider.yaml,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-blade-dubbo-provider,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-blade.yaml,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-blade-dev.yaml,DEFAULT_GROUP'}]

2020-07-02 07:07:29.385  INFO 39212 --- [           main] o.s.e.provider.DubboProviderApplication  : The following profiles are active: dev

2020-07-02 07:07:29.446  WARN 39212 --- [           main] o.s.c.c.u.SpringFactoryImportSelector    : More than one implementation of @EnableCircuitBreaker (now relying on @Conditionals to pick one): [org.springframework.cloud.netflix.hystrix.HystrixCircuitBreakerConfiguration, com.alibaba.cloud.sentinel.custom.SentinelCircuitBreakerConfiguration]

2020-07-02 07:07:30.150  INFO 39212 --- [           main] com.alibaba.spring.util.BeanRegistrar    : The Infrastructure bean definition [Root bean: class [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigAliasPostProcessor]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=nullwith name [dubboConfigAliasPostProcessor] has been registered.

2020-07-02 07:07:30.151  INFO 39212 --- [           main] com.alibaba.spring.util.BeanRegistrar    : The Infrastructure bean definition [Root bean: class [org.apache.dubbo.config.spring.context.config.NamePropertyDefaultValueDubboConfigBeanCustomizer]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=nullwith name [namePropertyDefaultValueDubboConfigBeanCustomizer] has been registered.

2020-07-02 07:07:30.157  INFO 39212 --- [           main] com.alibaba.spring.util.BeanRegistrar    : The Infrastructure bean definition [Root bean: class [org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=nullwith name [referenceAnnotationBeanPostProcessor] has been registered.

2020-07-02 07:07:30.330  WARN 39212 --- [           main] o.s.boot.actuate.endpoint.EndpointId     : Endpoint ID 'nacos-config' contains invalid characters, please migrate to a valid format.

2020-07-02 07:07:30.333  WARN 39212 --- [           main] o.s.boot.actuate.endpoint.EndpointId     : Endpoint ID 'nacos-discovery' contains invalid characters, please migrate to a valid format.

2020-07-02 07:07:30.655  INFO 39212 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!

2020-07-02 07:07:30.657  INFO 39212 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.

2020-07-02 07:07:30.675  INFO 39212 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 7ms. Found 0 Redis repository interfaces.

2020-07-02 07:07:30.732  WARN 39212 --- [           main] o.s.boot.actuate.endpoint.EndpointId     : Endpoint ID 'service-registry' contains invalid characters, please migrate to a valid format.

2020-07-02 07:07:30.766  WARN 39212 --- [           main] o.s.boot.actuate.endpoint.EndpointId     : Endpoint ID 'hystrix.stream' contains invalid characters, please migrate to a valid format.

2020-07-02 07:07:30.883  INFO 39212 --- [           main] .b.f.a.ConfigurationBeanBindingRegistrar : The configuration bean definition [name : org.apache.dubbo.config.ApplicationConfig#0, content : Root bean: class [org.apache.dubbo.config.ApplicationConfig]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] has been registered.

2020-07-02 07:07:30.883  INFO 39212 --- [           main] com.alibaba.spring.util.BeanRegistrar    : The Infrastructure bean definition [Root bean: class [com.alibaba.spring.beans.factory.annotation.ConfigurationBeanBindingPostProcessor]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=nullwith name [configurationBeanBindingPostProcessor] has been registered.

2020-07-02 07:07:30.883  INFO 39212 --- [           main] .b.f.a.ConfigurationBeanBindingRegistrar : The configuration bean definition [name : org.apache.dubbo.config.RegistryConfig#0, content : Root bean: class [org.apache.dubbo.config.RegistryConfig]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] has been registered.

2020-07-02 07:07:30.883  INFO 39212 --- [           main] .b.f.a.ConfigurationBeanBindingRegistrar : The configuration bean definition [name : org.apache.dubbo.config.ProtocolConfig#0, content : Root bean: class [org.apache.dubbo.config.ProtocolConfig]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] has been registered.

log4j:WARN No appenders could be found for logger (org.apache.dubbo.common.logger.LoggerFactory).

log4j:WARN Please initialize the log4j system properly.

log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.

2020-07-02 07:07:30.947  WARN 39212 --- [           main] o.m.s.mapper.ClassPathMapperScanner      : No MyBatis mapper was found in '[org.springblade.example.provider]' package. Please check your configuration.

2020-07-02 07:07:31.184  INFO 39212 --- [           main] o.s.cloud.context.scope.GenericScope     : BeanFactory id=0c05cc42-8339-3dc5-bf1e-b6384c832bf1

2020-07-02 07:07:31.192  INFO 39212 --- [           main] s.c.l.p.BladePropertySourcePostProcessor : BladePropertySourcePostProcessor init.

2020-07-02 07:07:31.192  INFO 39212 --- [           main] s.c.l.p.BladePropertySourcePostProcessor : BladePropertySourcePostProcessor process @BladePropertySource bean.

2020-07-02 07:07:31.248  INFO 39212 --- [           main] faultConfiguringBeanFactoryPostProcessor : No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.

2020-07-02 07:07:31.260  INFO 39212 --- [           main] faultConfiguringBeanFactoryPostProcessor : No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.

INFO: log output type is: file

INFO: log charset is: utf-8

INFO: log base dir is: C:\Users\luyul\logs\csp\

INFO: log name use pid is: false

2020-07-02 07:07:32.802  WARN 39212 --- [           main] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used

2020-07-02 07:07:32.848  INFO 39212 --- [           main] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext

2020-07-02 07:07:32.849  INFO 39212 --- [           main] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 3442 ms

2020-07-02 07:07:33.126  WARN 39212 --- [           main] c.n.c.sources.URLConfigurationSource     : No URLs will be polled as dynamic configuration sources.

2020-07-02 07:07:33.126  INFO 39212 --- [           main] c.n.c.sources.URLConfigurationSource     : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.

2020-07-02 07:07:33.134  INFO 39212 --- [           main] c.netflix.config.DynamicPropertyFactory  : DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@4627dfda

2020-07-02 07:07:35.051  INFO 39212 --- [           main] o.s.cloud.commons.util.InetUtils         : Cannot determine local hostname

2020-07-02 07:07:36.288  INFO 39212 --- [           main] c.a.d.s.b.a.DruidDataSourceAutoConfigure : Init DruidDataSource

2020-07-02 07:07:36.590  INFO 39212 --- [           main] com.alibaba.druid.pool.DruidDataSource   : {dataSource-1} inited

2020-07-02 07:07:38.033  INFO 39212 --- [           main] o.s.b.a.e.web.ServletEndpointRegistrar   : Registered '/actuator/jolokia' to jolokia-actuator-endpoint

2020-07-02 07:07:38.033  INFO 39212 --- [           main] o.s.b.a.e.web.ServletEndpointRegistrar   : Registered '/actuator/hystrix.stream' to hystrix.stream-actuator-endpoint

2020-07-02 07:07:38.994  INFO 39212 --- [           main] c.a.c.s.SentinelWebAutoConfiguration     : [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].

2020-07-02 07:07:39.096  INFO 39212 --- [           main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{GET /v2/api-docs-ext, produces [application/json || application/hal+json]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> com.github.xiaoymin.knife4j.spring.web.Knife4jController.apiSorts(java.lang.String,javax.servlet.http.HttpServletRequest)

2020-07-02 07:07:39.097  INFO 39212 --- [           main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{ /swagger-resources/configuration/ui}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.UiConfiguration> springfox.documentation.swagger.web.ApiResourceController.uiConfiguration()

2020-07-02 07:07:39.098  INFO 39212 --- [           main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{ /swagger-resources}" onto public org.springframework.http.ResponseEntity<java.util.List<springfox.documentation.swagger.web.SwaggerResource>> springfox.documentation.swagger.web.ApiResourceController.swaggerResources()

2020-07-02 07:07:39.098  INFO 39212 --- [           main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{ /swagger-resources/configuration/security}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.SecurityConfiguration> springfox.documentation.swagger.web.ApiResourceController.securityConfiguration()

2020-07-02 07:07:39.098  INFO 39212 --- [           main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{ /error}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)

2020-07-02 07:07:39.098  INFO 39212 --- [           main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{ /error, produces [text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)

2020-07-02 07:07:39.098 DEBUG 39212 --- [           main] .c.c.v.BladeRequestMappingHandlerMapping : 6 mappings in 'requestMappingHandlerMapping'

2020-07-02 07:07:39.297  INFO 39212 --- [           main] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 25 endpoint(s) beneath base path '/actuator'

2020-07-02 07:07:39.933  WARN 39212 --- [           main] c.n.c.sources.URLConfigurationSource     : No URLs will be polled as dynamic configuration sources.

2020-07-02 07:07:39.933  INFO 39212 --- [           main] c.n.c.sources.URLConfigurationSource     : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.

2020-07-02 07:07:40.228  INFO 39212 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor'

2020-07-02 07:07:40.776  INFO 39212 --- [           main] o.s.s.c.ThreadPoolTaskScheduler          : Initializing ExecutorService 'taskScheduler'

2020-07-02 07:07:42.512  INFO 39212 --- [           main] o.s.core.boot.config.RetryConfiguration  : configServerRetryInterceptor: Changing backOffOptions to initial: 1000, multiplier: 1.2, maxInterval: 5000

2020-07-02 07:07:43.286  INFO 39212 --- [           main] o.s.core.log.logger.BladeLogger          : blade-dubbo-provider: BladeLogger init success!

2020-07-02 07:07:43.787  INFO 39212 --- [           main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]

2020-07-02 07:07:46.704  INFO 39212 --- [           main] o.s.cloud.commons.util.InetUtils         : Cannot determine local hostname

2020-07-02 07:07:47.272  INFO 39212 --- [           main] .a.ConfigurationBeanBindingPostProcessor : The configuration bean [<dubbo:application name="blade-dubbo-provider" valid="true" hostname="DESKTOP-CUN9HOB" id="blade-dubbo-provider" prefix="dubbo.application" />] have been binding by the configuration properties [{name=blade-dubbo-provider, qos.enable=false}]

2020-07-02 07:07:47.302  INFO 39212 --- [           main] .a.ConfigurationBeanBindingPostProcessor : The configuration bean [<dubbo:registry protocol="nacos" address="nacos://192.168.1.10:8848" valid="true" port="8848" id="nacos" prefix="dubbo.registry" />] have been binding by the configuration properties [{address=nacos://192.168.1.10:8848}]

2020-07-02 07:07:47.317  INFO 39212 --- [           main] .a.ConfigurationBeanBindingPostProcessor : The configuration bean [<dubbo:protocol name="dubbo" valid="true" port="28305" id="dubbo" prefix="dubbo.protocol" />] have been binding by the configuration properties [{name=dubbo, port=28305}]

2020-07-02 07:07:48.537  INFO 39212 --- [           main] o.s.i.monitor.IntegrationMBeanExporter   : Registering MessageChannel nullChannel

2020-07-02 07:07:48.547  INFO 39212 --- [           main] o.s.i.monitor.IntegrationMBeanExporter   : Registering MessageChannel errorChannel

2020-07-02 07:07:48.626  INFO 39212 --- [           main] o.s.i.monitor.IntegrationMBeanExporter   : Registering MessageHandler errorLogger

2020-07-02 07:07:48.675  INFO 39212 --- [           main] o.s.i.endpoint.EventDrivenConsumer       : Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel

2020-07-02 07:07:48.675  INFO 39212 --- [           main] o.s.i.channel.PublishSubscribeChannel    : Channel 'blade-dubbo-provider-1.errorChannel' has 1 subscriber(s).

2020-07-02 07:07:48.675  INFO 39212 --- [           main] o.s.i.endpoint.EventDrivenConsumer       : started _org.springframework.integration.errorLogger

2020-07-02 07:07:48.678  INFO 39212 --- [           main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed

2020-07-02 07:07:48.699  INFO 39212 --- [           main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)

2020-07-02 07:07:48.737  INFO 39212 --- [           main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references

2020-07-02 07:07:50.880 ERROR 39212 --- [           main] c.a.n.c.config.http.ServerHttpAgent      : [NACOS SocketTimeoutException httpGet] currentServerAddr:http://127.0.0.1:8848, err : connect timed out

2020-07-02 07:07:52.882 ERROR 39212 --- [           main] c.a.n.c.config.http.ServerHttpAgent      : [NACOS SocketTimeoutException httpGet] currentServerAddr:http://127.0.0.1:8848, err : connect timed out

2020-07-02 07:07:54.883 ERROR 39212 --- [           main] c.a.n.c.config.http.ServerHttpAgent      : [NACOS SocketTimeoutException httpGet] currentServerAddr:http://127.0.0.1:8848, err : connect timed out

2020-07-02 07:07:54.883 ERROR 39212 --- [           main] c.a.n.c.config.http.ServerHttpAgent      : no available server

2020-07-02 07:07:54.886 ERROR 39212 --- [           main] c.a.n.client.config.impl.ClientWorker    : [fixed-127.0.0.1_8848] [sub-server] get server config exception, dataId=dubbo.properties, group=dubbo, tenant=


java.net.ConnectException: no available server

at com.alibaba.nacos.client.config.http.ServerHttpAgent.httpGet(ServerHttpAgent.java:123)

at com.alibaba.nacos.client.config.http.MetricsHttpAgent.httpGet(MetricsHttpAgent.java:48)

at com.alibaba.nacos.client.config.impl.ClientWorker.getServerConfig(ClientWorker.java:230)

at com.alibaba.nacos.client.config.NacosConfigService.getConfigInner(NacosConfigService.java:145)

at com.alibaba.nacos.client.config.NacosConfigService.getConfig(NacosConfigService.java:94)

at org.apache.dubbo.configcenter.support.nacos.NacosDynamicConfiguration.getConfig(NacosDynamicConfiguration.java:241)

at org.apache.dubbo.common.config.configcenter.DynamicConfiguration.getProperties(DynamicConfiguration.java:128)

at org.apache.dubbo.common.config.configcenter.DynamicConfiguration.getProperties(DynamicConfiguration.java:119)

at org.apache.dubbo.config.bootstrap.DubboBootstrap.prepareEnvironment(DubboBootstrap.java:816)

at org.apache.dubbo.config.bootstrap.DubboBootstrap.startConfigCenter(DubboBootstrap.java:560)

at org.apache.dubbo.config.bootstrap.DubboBootstrap.useRegistryAsConfigCenterIfNecessary(DubboBootstrap.java:624)

at org.apache.dubbo.config.bootstrap.DubboBootstrap.initialize(DubboBootstrap.java:508)

at org.apache.dubbo.config.bootstrap.DubboBootstrap.start(DubboBootstrap.java:698)

at org.apache.dubbo.config.spring.context.DubboBootstrapApplicationListener.onContextRefreshedEvent(DubboBootstrapApplicationListener.java:52)

at org.apache.dubbo.config.spring.context.DubboBootstrapApplicationListener.onApplicationContextEvent(DubboBootstrapApplicationListener.java:45)

at org.apache.dubbo.config.spring.context.OneTimeExecutionApplicationContextEventListener.onApplicationEvent(OneTimeExecutionApplicationContextEventListener.java:40)

at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:172)

at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:165)

at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:139)

at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:402)

at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:359)

at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:896)

at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.finishRefresh(ServletWebServerApplicationContext.java:162)

at org.springframework

1条回答
  • 看你的报错,就是没有连接到nacos的问题

    你看下不用命令行,只用默认的Launcher配置是否能跑起来。

    如果能跑起来再加上命令行配置,在Launcher打断点看看是否已经读取成功。

    我这边测试一下是可以跑起来的

    image.png

    作者追问:2020-07-02 10:51

    如果不使用命令行是可以正常启动成功的,但我期望使用命令行 这样后面docker发布才会变得可行

    0 讨论(0)
提交回复