question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

interop tests fails against java server

See original GitHub issue

Interop fails w/ Kotlin Client vs Java Server:

# In grpc-java
./run-test-server.sh --use_tls=true

# In grpc-kotlin
./run-test-client.sh --server_host_override=foo.test.google.fr --use_test_ca=true --test_case=unimplemented_service

Or, Java Client vs Kotlin Server

# in grpc-kotlin
./run-test-server.sh --use_tls=true

# In grpc-java
./run-test-client.sh --server_host_override=foo.test.google.fr --use_test_ca=true --test_case=unimplemented_service

Kotlin client + Kotlin server passed though.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
jtattermuschcommented, Mar 31, 2020

Note that the ca.pem, server.pem etc. were updated very recently in grpc-java (and in all other repos). https://github.com/grpc/grpc-java/pull/6841/files

Could that be the reason why tests are failing?

Btw, having wrong certificates is something that should be possible to tell from the test’s error log (“failed handshake becuase XYZ”). What did the failed test print? Could that message be improved?

0reactions
saturnismcommented, Apr 10, 2020

@chalin interop build seems broken; we still need #33 to run interop on open source.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Re: NPE in SOAPBindingCodec.java - failure in MTOM interop tests
When I try to run MTOM interop tests on wsit, I see they are failing > with this exception. > ======================== > java.lang.NullPointerException...
Read more >
[JBTM-1217] WSTX11-interop & WSTFSC07 IPv6 tests fail: Error ...
This happens when using the "Servlet 3.0" protocol with Arquillian. Switching to the default (JMX) causes just one test to fail, rather than...
Read more >
JDK-8030936 Java Client interop with IIS fails after ... - Bug ID
Client : Java Server : Windows Server 2008 / IIS Version 7 The java client first tries hello with TLSv1.2, server asks for...
Read more >
Web application for interoperability testing of web services
service against specific client-side platforms. ... Java Server Faces . ... that pass the WS-I tests are still failing to achieve interoperability, ...
Read more >
j-Interop : Java - COM Interoperability Activity - SourceForge
when we try to connect to OPC server on Windows 2019 we are getting DCOM issues even after DCOM properly configured. Error: "RPC...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found