You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "tang147 (via GitHub)" <gi...@apache.org> on 2023/03/15 10:52:48 UTC

[GitHub] [dubbo] tang147 opened a new issue, #11839: dubbo从2.7.7 升级到2.7.22 ,no provider

tang147 opened a new issue, #11839:
URL: https://github.com/apache/dubbo/issues/11839

   Caused by: org.apache.dubbo.remoting.RemotingException: client(url: dubbo://172.16.0.82:16889/com.qihoo.finance.traffic.facade.TrafficRoleDataAuthFacade?anyhost=true&application=traffic-web&check=false&codec=dubbo&deprecated=false&dubbo=2.0.2&dynamic=true&generic=false&heartbeat=60000&init=false&interface=com.qihoo.finance.traffic.facade.TrafficRoleDataAuthFacade&metadata-type=remote&methods=save,getDataAuth,getAppCodeByRoleGroup&pid=24996&qos.enable=false&register.ip=10.93.32.7&release=2.7.7&remote.application=traffic-config-center&revision=1.27.1-SNAPSHOT&service.filter=-dubboTraceProvider&side=consumer&sticky=false&timeout=60000&timestamp=1677225540293) failed to connect to server /172.16.0.82:16889 client-side timeout 3000ms (elapsed: 3003ms) from netty client 10.93.32.7 using dubbo version 2.7.22
   	at org.apache.dubbo.remoting.transport.netty4.NettyClient.doConnect(NettyClient.java:182)
   	at org.apache.dubbo.remoting.transport.AbstractClient.connect(AbstractClient.java:198)
   	at org.apache.dubbo.remoting.transport.AbstractClient.send(AbstractClient.java:174)
   	at org.apache.dubbo.remoting.transport.AbstractPeer.send(AbstractPeer.java:53)
   	at org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeChannel.request(HeaderExchangeChannel.java:137)
   	at org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient.request(HeaderExchangeClient.java:95)
   	at org.apache.dubbo.rpc.protocol.dubbo.ReferenceCountExchangeClient.request(ReferenceCountExchangeClient.java:93)
   	at org.apache.dubbo.rpc.protocol.dubbo.DubboInvoker.doInvoke(DubboInvoker.java:108)
   	... 57 more
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] tang147 closed issue #11839: dubbo从2.7.7 升级到2.7.22 ,no provider

Posted by "tang147 (via GitHub)" <gi...@apache.org>.
tang147 closed issue #11839: dubbo从2.7.7 升级到2.7.22 ,no provider
URL: https://github.com/apache/dubbo/issues/11839


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] tang147 commented on issue #11839: dubbo从2.7.7 升级到2.7.22 ,no provider

Posted by "tang147 (via GitHub)" <gi...@apache.org>.
tang147 commented on issue #11839:
URL: https://github.com/apache/dubbo/issues/11839#issuecomment-1469987568

   问题已经解决,看了源码,dubbo扫描类需要在启动类的时候指定,不能通过apollo配置了
   在启动类加上 @EnableDubbo(scanBasePackages = "com.qihoo.finance.traffic.core.provider") 这个即可


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org