Giter Site home page Giter Site logo

RpcException about dubbo-spring-boot-project HOT 5 CLOSED

apache avatar apache commented on July 22, 2024
RpcException

from dubbo-spring-boot-project.

Comments (5)

chickenlj avatar chickenlj commented on July 22, 2024

from dubbo-spring-boot-project.

levin950825 avatar levin950825 commented on July 22, 2024

@chickenlj 我看源码, 如下配置会直接跳过读取config了

registry:
    address: N/A

from dubbo-spring-boot-project.

levin950825 avatar levin950825 commented on July 22, 2024

@chickenlj 采用 zookeeper 同样无效,而且纳闷的是 第一台注册到ZK成功,第二台就自动采用 dubbo协议,而且还报错

假设 Service-A启动成功 Service-B 启动失败,反之 启动Service-B成功,Service-A失败

dubbo:
  scan:
    base-packages: com.battcn.book.provider.service
  application:
    id: battcn-book-provider
    name: battcn-book-provider
  registry:
    address: zookeeper://localhost:2181
    id: book-provider
  protocol:
    id: dubbo
    name: dubbo
    port: 12345
    status: server
endpoints:
  dubbo:
    enabled: true

==========================================
一个不相关的警告,

2018-03-13 14:00:04.164  WARN 14960 --- [           main] o.s.c.a.ConfigurationClassPostProcessor  : Cannot enhance @Configuration bean definition 'com.alibaba.boot.dubbo.autoconfigure.DubboAutoConfiguration' since its singleton instance has been created too early. The typical cause is a non-static @Bean method with a BeanDefinitionRegistryPostProcessor return type: Consider declaring such methods as 'static'.

from dubbo-spring-boot-project.

mercyblitz avatar mercyblitz commented on July 22, 2024

yaml configuration issues , duplicated #30 , will be fixed on next version.

from dubbo-spring-boot-project.

mercyblitz avatar mercyblitz commented on July 22, 2024

Checkout master and build source , please wait for our release in Apache repository.

from dubbo-spring-boot-project.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.