Skip to content

Try to add an integration test. Error#3

Merged
linasi merged 7 commits into
task/wipfrom
task/integration-test
Apr 1, 2022
Merged

Try to add an integration test. Error#3
linasi merged 7 commits into
task/wipfrom
task/integration-test

Conversation

@linasi

@linasi linasi commented Mar 31, 2022

Copy link
Copy Markdown
java.lang.AbstractMethodError: Receiver class io.grpc.okhttp.OkHttpClientTransport does not define or inherit an implementation of the resolved method 'abstract io.grpc.internal.ClientStream newStream(io.grpc.MethodDescriptor, io.grpc.Metadata, io.grpc.CallOptions, io.grpc.ClientStreamTracer[])' of interface io.grpc.internal.ClientTransport.
java.lang.RuntimeException: java.lang.AbstractMethodError: Receiver class io.grpc.okhttp.OkHttpClientTransport does not define or inherit an implementation of the resolved method 'abstract io.grpc.internal.ClientStream newStream(io.grpc.MethodDescriptor, io.grpc.Metadata, io.grpc.CallOptions, io.grpc.ClientStreamTracer[])' of interface io.grpc.internal.ClientTransport.
	at com.hedera.hashgraph.sdk.Executable.execute(Executable.java:264)
	at com.hedera.hashgraph.sdk.Transaction.execute(Transaction.java:32)
	at com.hedera.hashgraph.sdk.Executable.execute(Executable.java:215)
	at com.hedera.hashgraph.sdk.Transaction.execute(Transaction.java:32)
	at com.hedera.hashgraph.identity.hcs.did.HcsDid.register(HcsDid.java:166)
	at com.hedera.hashgraph.identity.hcs.did.HcsDidTest.itTestsIfDIDIsAlreadyRegistered(HcsDidTest.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:214)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
...

@linasi
linasi requested a review from vijayshiyani March 31, 2022 11:37
@linasi
linasi merged commit 1679480 into task/wip Apr 1, 2022
@vijayshiyani
vijayshiyani deleted the task/integration-test branch April 4, 2022 02:10
derek-meeco pushed a commit that referenced this pull request May 29, 2024
Try to add an integration test. Error

 Signed-off-by: Derek Munneke (Meeco) <derek.munneke@meeco.me>
 Signed-off-by: Linas Išganaitis <l.isganaitis@gmail.com>
 Signed-off-by: Vijay Shiyani <vshiyani@meeco.me>
 Signed-off-by: elena <elena.murova@meeco.me>
 Signed-off-by: linasi <l.isganaitis@gmail.com>
 Signed-off-by: vijay <vijayshiyani@gmail.com>
derek-meeco pushed a commit that referenced this pull request Jun 1, 2024
Try to add an integration test. Error

Signed-off-by: elena <elena.murova@meeco.me>; Signed-off-by: linasi <l.isganaitis@gmail.com>; Signed-off-by: vijay <vijayshiyani@gmail.com>; Signed-off-by: Elena <43060587+emurova@users.noreply.github.com>; Signed-off-by: Linas Išganaitis <l.isganaitis@gmail.com>; Signed-off-by: Vijay Shiyani <vshiyani@meeco.me>; Signed-off-by: Derek Munneke (Meeco) <derek.munneke@meeco.me>
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.

2 participants