Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempts to fix the build broke when we enabled Apache Dubbo #1003

Merged
merged 4 commits into from
Oct 2, 2019

Conversation

codefromthecrypt
Copy link
Member

Master has been red since we hooked it up. This change is taking guesses.

org.apache.dubbo.rpc.RpcException: Failed to invoke remote proxy method sayHello to dubbo://172.17.0.1:39321/brave.dubbo.GreeterService?anyhost=false&application=brave&bind.ip=172.17.0.1&bind.port=39321&deprecated=false&dubbo=2.0.2&dynamic=true&generic=true&interface=brave.dubbo.GreeterService&methods=*&pid=16650&register=true&release=2.7.3&side=provider&timestamp=1569838843975, cause: Not found method "sayHello" in class org.apache.dubbo.rpc.service.GenericService.

org.apache.dubbo.rpc.RpcException: Failed to invoke remote proxy method sayHello to dubbo://172.17.0.1:39321/brave.dubbo.GreeterService?anyhost=false&application=brave&bind.ip=172.17.0.1&bind.port=39321&deprecated=false&dubbo=2.0.2&dynamic=true&generic=true&interface=brave.dubbo.GreeterService&methods=*&pid=16650&register=true&release=2.7.3&side=provider&timestamp=1569838843975, cause: Not found method "sayHello" in class org.apache.dubbo.rpc.service.GenericService.

	at org.apache.dubbo.rpc.proxy.AbstractProxyInvoker.invoke(AbstractProxyInvoker.java:107)

	at org.apache.dubbo.config.invoker.DelegateProviderMetaDataInvoker.invoke(DelegateProviderMetaDataInvoker.java:56)

	at org.apache.dubbo.rpc.filter.ExceptionFilter.invoke(ExceptionFilter.java:55)

	at org.apache.dubbo.rpc.protocol.ProtocolFilterWrapper$1.invoke(ProtocolFilterWrapper.java:82)

	at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:92)

	at org.apache.dubbo.rpc.protocol.ProtocolFilterWrapper$1.invoke(ProtocolFilterWrapper.java:82)

	at org.apache.dubbo.rpc.filter.TimeoutFilter.invoke(TimeoutFilter.java:48)

	at org.apache.dubbo.rpc.protocol.ProtocolFilterWrapper$1.invoke(ProtocolFilterWrapper.java:82)

	at org.apache.dubbo.rpc.protocol.dubbo.filter.TraceFilter.invoke(TraceFilter.java:81)

	at org.apache.dubbo.rpc.protocol.ProtocolFilterWrapper$1.invoke(ProtocolFilterWrapper.java:82)

	at org.apache.dubbo.rpc.filter.ContextFilter.invoke(ContextFilter.java:96)

	at org.apache.dubbo.rpc.protocol.ProtocolFilterWrapper$1.invoke(ProtocolFilterWrapper.java:82)

	at org.apache.dubbo.rpc.filter.GenericFilter.invoke(GenericFilter.java:148)

	at org.apache.dubbo.rpc.protocol.ProtocolFilterWrapper$1.invoke(ProtocolFilterWrapper.java:82)

	at org.apache.dubbo.rpc.filter.ClassLoaderFilter.invoke(ClassLoaderFilter.java:38)

	at org.apache.dubbo.rpc.protocol.ProtocolFilterWrapper$1.invoke(ProtocolFilterWrapper.java:82)

	at org.apache.dubbo.rpc.filter.EchoFilter.invoke(EchoFilter.java:41)

	at org.apache.dubbo.rpc.protocol.ProtocolFilterWrapper$1.invoke(ProtocolFilterWrapper.java:82)

	at org.apache.dubbo.rpc.protocol.ProtocolFilterWrapper$CallbackRegistrationInvoker.invoke(ProtocolFilterWrapper.java:157)

	at org.apache.dubbo.rpc.protocol.dubbo.DubboProtocol$1.reply(DubboProtocol.java:152)

	at org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeHandler.handleRequest(HeaderExchangeHandler.java:102)

	at org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeHandler.received(HeaderExchangeHandler.java:193)

	at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:51)

	at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)

	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)

	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)

	at java.base/java.lang.Thread.run(Thread.java:834)

Caused by: org.apache.dubbo.common.bytecode.NoSuchMethodException: Not found method "sayHello" in class org.apache.dubbo.rpc.service.GenericService.

	at org.apache.dubbo.common.bytecode.Wrapper0.invokeMethod(Wrapper0.java)

	at org.apache.dubbo.rpc.proxy.javassist.JavassistProxyFactory$1.doInvoke(JavassistProxyFactory.java:47)

	at org.apache.dubbo.rpc.proxy.AbstractProxyInvoker.invoke(AbstractProxyInvoker.java:84)

	... 26 more

cc @icom2014

Master has been red since we hooked it up. This change is taking guesses.
@codefromthecrypt codefromthecrypt merged commit 36943e7 into master Oct 2, 2019
@codefromthecrypt codefromthecrypt deleted the dubbo-debug branch October 2, 2019 05:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant