-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Native image - ClassNotFoundException: org.conscrypt.BufferAllocator #4248
Comments
This can be reproduced using
|
Thanks @lburgazzoli, I'm on it. |
@lburgazzoli Failed to build it:
Does that ring a bell? |
It does not fail for me, did you install the whole project before ? That error should have been fixed |
Issue reproduced! Going to work on a fix today |
Ok, still struggling with this one. Some research found that @FroMage introduced the What I fail to understand if how it is triggered. Having the same set of dependency, in the same order does not trigger it. |
The |
Yep, removing |
working on a new set of substitutions working in both modes. |
Change how the ALPN selection is done in JDK8 and before to for the usage of Jetty. That way we do not have to delete Conscrypt anymore and it fixes the issue.
Describe the bug
When upgrading from Quarkus 0.19.0 to 0.23.1 (GraalVM 19.0.2 to 19.2.0.1) I'm getting this error at native-image compilation:
I tried to zgrep for conscrypt or org.conscrypt.BufferAllocator in target/lib, but didn't find any references in any jar.
Expected behavior
Should compile (was fine on Quarkus 0.19.0 + GraalVM 19.0.2).
To Reproduce
I don't have a reproducer I can share, but:
Environment (please complete the following information):
uname -a
orver
:Linux 8e5961cd5b12 3.10.0-693.5.2.el7.x86_64 #1 SMP Fri Oct 13 10:46:25 EDT 2017 x86_64 x86_64 x86_64 GNU/Linux
java -version
:openjdk version "1.8.0_222"
OpenJDK Runtime Environment (build 1.8.0_222-20190711120915.buildslave.jdk8u-src-tar--b08) OpenJDK 64-Bit GraalVM CE 19.2.0.1 (build 25.222-b08-jvmci-19.2-b02, mixed mode)
GraalVM CE 19.2.0.1
Additional context
I've only seen the same error mentioned in apache/camel-quarkus#132
The text was updated successfully, but these errors were encountered: