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

Kafka with SASL_SSL does not work in quarkus native mode #2409

Closed
jamesnetherton opened this issue Mar 29, 2021 · 2 comments
Closed

Kafka with SASL_SSL does not work in quarkus native mode #2409

jamesnetherton opened this issue Mar 29, 2021 · 2 comments
Assignees
Milestone

Comments

@jamesnetherton
Copy link
Contributor

Cloned from https://issues.apache.org/jira/browse/CAMEL-16426.

When we run the quarkus native code, we get the error

Caused by: java.lang.SecurityException: Configuration error: java.lang.ClassNotFoundException: sun.security.provider.ConfigFile

The solution is to include sun.security.provider.ConfigFile class for Reflection.

Detailed conversation at

https://camel.zulipchat.com/#narrow/stream/257302-camel-quarkus/topic/ClassNotFoundException.20for.20Exception.20class

@jamesnetherton
Copy link
Contributor Author

See also #1783.

@jamesnetherton
Copy link
Contributor Author

May also involve #2333.

@jamesnetherton jamesnetherton changed the title Kafka with SASL does not work in quarkus native mode Kafka with SASL_SSL does not work in quarkus native mode Apr 16, 2021
@jamesnetherton jamesnetherton self-assigned this Apr 16, 2021
jamesnetherton added a commit to jamesnetherton/camel-quarkus that referenced this issue Apr 23, 2021
jamesnetherton added a commit to jamesnetherton/camel-quarkus that referenced this issue Apr 23, 2021
jamesnetherton added a commit to jamesnetherton/camel-quarkus that referenced this issue Apr 23, 2021
@jamesnetherton jamesnetherton added this to the 1.9.0 milestone Apr 26, 2021
jamesnetherton added a commit to jboss-fuse/camel-quarkus that referenced this issue Apr 28, 2021
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

No branches or pull requests

1 participant