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

Aws2 kinesis: Unresolved method ReferenceCountedOpenSslServerContext.<init> in basic app #5360

Closed
JiriOndrusek opened this issue Sep 26, 2023 · 0 comments · Fixed by #5362
Closed
Assignees
Labels
area/native bug Something isn't working native
Milestone

Comments

@JiriOndrusek
Copy link
Contributor

Bug description

Go to https://code.quarkus.io/ and generated app based only on Camel AWS 2 Kinesis.

The native build fails with:

Caused by: com.oracle.graal.pointsto.constraints.UnresolvedElementException: Discovered unresolved method during parsing: io.netty.handler.ssl.ReferenceCountedOpenSslServerContext.<init>(java.security.cert.X509Certificate[], javax.net.ssl.TrustManagerFactory, java.security.cert.X509Certificate[], java.security.PrivateKey, java.lang.String, javax.net.ssl.KeyManagerFactory, java.lang.Iterable, io.netty.handler.ssl.CipherSuiteFilter, io.netty.handler.ssl.ApplicationProtocolConfig, long, long, io.netty.handler.ssl.ClientAuth, java.lang.String[], boolean, boolean, java.lang.String, java.util.Map$Entry[]). This error is reported at image build time because class io.netty.handler.ssl.SslContext is registered for linking at image build time by command line

Native build should succeed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/native bug Something isn't working native
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants