You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/10/28 12:42:10 UTC

[GitHub] [incubator-shardingsphere] haetao removed a comment on issue #3354: Nacos registry center adapts proxy bootstrap mode

haetao removed a comment on issue #3354: Nacos registry center adapts proxy bootstrap mode
URL: https://github.com/apache/incubator-shardingsphere/pull/3354#issuecomment-546927953
 
 
   @huangjian888 I  add your code to NacosRegistryCenter for testing by using proxy-rc3, but it dosen't still  run well.  The exception stack is as follows:
   `Exception in thread "main" java.lang.NullPointerException
   	at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:210)
   	at com.google.common.base.Joiner.toString(Joiner.java:433)
   	at com.google.common.base.Joiner.appendTo(Joiner.java:111)
   	at com.google.common.base.Joiner.appendTo(Joiner.java:152)
   	at com.google.common.base.Joiner.join(Joiner.java:193)
   	at com.google.common.base.Joiner.join(Joiner.java:183)
   	at com.google.common.base.Joiner.join(Joiner.java:209)
   	at org.apache.shardingsphere.orchestration.internal.registry.config.node.ConfigurationNode.getFullPath(ConfigurationNode.java:97)
   	at org.apache.shardingsphere.orchestration.internal.registry.config.node.ConfigurationNode.getDataSourcePath(ConfigurationNode.java:65)
   	at org.apache.shardingsphere.orchestration.internal.registry.config.service.ConfigurationService.loadDataSourceConfigurations(ConfigurationService.java:197)
   	at org.apache.shardingsphere.shardingproxy.Bootstrap.getSchemaDataSourceParameterMap(Bootstrap.java:127)
   	at org.apache.shardingsphere.shardingproxy.Bootstrap.startWithRegistryCenter(Bootstrap.java:116)
   	at org.apache.shardingsphere.shardingproxy.Bootstrap.main(Bootstrap.java:83)`
   
   Is my mothod wrong?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services