focuse8 commented on issue #13368:
URL: https://github.com/apache/dubbo/issues/13368#issuecomment-1815612159
> Can you please provider the error log including exception stack trace?
Acturally, our method named ExperimentDetailApi.queryForGatewayRoute has
only one object param, but in generics there are three params which acturally
are the params of GenericService.$invoke.
The stack is as below:
Invocation of init method failed; nested exception is
org.apache.dubbo.rpc.StatusRpcException: UNKNOWN :
com......ExperimentDetailApi.queryForGatewayRoute(java.lang.String,
[Ljava.lang.String;, [Ljava.lang.Object;)
org.apache.dubbo.rpc.RpcException:
com......ExperimentDetailApi.queryForGatewayRoute(java.lang.String,
[Ljava.lang.String;, [Ljava.lang.Object;)
at
org.apache.dubbo.rpc.filter.GenericFilter.invoke(GenericFilter.java:188)
at
org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$CopyOfFilterChainNode.invoke(FilterChainBuilder.java:326)
at
org.apache.dubbo.rpc.filter.ClassLoaderFilter.invoke(ClassLoaderFilter.java:54)
at
org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$CopyOfFilterChainNode.invoke(FilterChainBuilder.java:326)
at org.apache.dubbo.rpc.filter.EchoFilter.invoke(EchoFilter.java:41)
at
org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:321)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1420)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593)
--
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]