rajaluo commented on issue #15013:
URL: https://github.com/apache/dubbo/issues/15013#issuecomment-2560651388
> Dubbo 3.3 has removed the Rest protocol and released it as an extension,
you can try to import it.
>
> ```
> <dependency>
> <groupId>org.apache.dubbo.extensions</groupId>
> <artifactId>dubbo-remoting-http</artifactId>
> <version>3.3.1</version>
> </dependency>
> ```
@aofall still no effect:
2024-12-24T12:59:21.199+08:00 ERROR 97601 --- [spring-cloud-consumer]
[nio-7099-exec-2] o.a.c.c.C.[.[.[.[dispatcherServlet] : Servlet.service()
for servlet [dispatcherServlet] in context with path [] threw exception
[Request processing failed: org.apache.dubbo.rpc.RpcException: No provider
available from registry RegistryDirectory(registry:
127.0.0.1:8848)-Directory(invokers: 0[], validInvokers: 0[],
invokersToReconnect: 0[]) for service
org.apache.dubbo.samples.microservices.sc.feign.UserServiceFeign on consumer
172.16.0.10 use dubbo version 3.3.2, please check status of providers(disabled,
not registered or in blocklist).] with root cause
org.apache.dubbo.rpc.RpcException: No provider available from registry
RegistryDirectory(registry: 127.0.0.1:8848)-Directory(invokers: 0[],
validInvokers: 0[], invokersToReconnect: 0[]) for service
org.apache.dubbo.samples.microservices.sc.feign.UserServiceFeign on consumer
172.16.0.10 use dubbo version 3.3.2, please check status of providers(disabled,
not registered or in blocklist).
at
org.apache.dubbo.registry.integration.DynamicDirectory.doList(DynamicDirectory.java:204)
~[dubbo-3.3.2.jar:3.3.2]
at
org.apache.dubbo.rpc.cluster.directory.AbstractDirectory.list(AbstractDirectory.java:232)
~[dubbo-3.3.2.jar:3.3.2]
at
org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.list(AbstractClusterInvoker.java:452)
~[dubbo-3.3.2.jar:3.3.2]
at
org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:355)
~[dubbo-3.3.2.jar:3.3.2]
at
org.apache.dubbo.rpc.cluster.router.RouterSnapshotFilter.invoke(RouterSnapshotFilter.java:46)
~[dubbo-3.3.2.jar:3.3.2]
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]