-
Notifications
You must be signed in to change notification settings - Fork 693
Jetty ALPN/NPN failure #327
Comments
I'm not being able to reproduce this. |
Just building from root. Maybe a platform thing? Did you try with Linux. |
I'm using Linux too. I even tried deleting my |
This issue suggests a classpath problem: googleapis/google-cloud-java#2740, but it looks fine to me (the versions are a supported combination of the projects listed). I suspect you have something in your environment that makes it work. E.g. look at this line in private static SslProvider defaultSslProvider() {
return OpenSsl.isAvailable() ? SslProvider.OPENSSL : SslProvider.JDK;
} So if you have OpenSSL available in some way that I don't, then the code path is different. Also I see this in test logs:
|
It was a bad jar file. I cleared the local cache and that fixed it, I think. |
I got the same error while running inside of alpine so had to: 1 - include below two libraries compile group: 'io.netty', name: 'netty-tcnative-boringssl-static', version: '2.0.8.Final'
compile 'org.conscrypt:conscrypt-openjdk-uber:1.1.4' RUN apk add --no-cache libc6-compat also use this as a reference of which libraries to use: idea from here: |
* Use date in dependencies cache and refresh daily * fail if cache already warm
I can't build from master (even before 4c02b13) because of a failure in the Pub/Sub Module
The text was updated successfully, but these errors were encountered: