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

aws-bedrock and aws2-eventbridge native compilation fails due to missing camel-quarkus-support-aws2 extension #6538

Closed
jamesnetherton opened this issue Sep 24, 2024 · 0 comments

Comments

@jamesnetherton
Copy link
Contributor

Bug description

When either extension is used in isolation in native mode:

Caused by: java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
	at org.apache.http.conn.ssl.AbstractVerifier.<init>(AbstractVerifier.java:61)
	at org.apache.http.conn.ssl.AllowAllHostnameVerifier.<init>(AllowAllHostnameVerifier.java:44)
	at org.apache.http.conn.ssl.AllowAllHostnameVerifier.<clinit>(AllowAllHostnameVerifier.java:46)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.<clinit>(SSLConnectionSocketFactory.java:151)
	at java.base/jdk.internal.misc.Unsafe.ensureClassInitialized0(Native Method)
	at java.base/jdk.internal.misc.Unsafe.ensureClassInitialized(Unsafe.java:1160)
	at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.classinitialization.ClassInitializationSupport.ensureClassInitialized(ClassInitializationSupport.java:177)
	... 56 more
Caused by: java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
	at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageClassLoader.loadClass(NativeImageClassLoader.java:652)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
	... 63 more
@jamesnetherton jamesnetherton added the bug Something isn't working label Sep 24, 2024
@jamesnetherton jamesnetherton self-assigned this Sep 24, 2024
jamesnetherton added a commit to jamesnetherton/camel-quarkus that referenced this issue Sep 24, 2024
jamesnetherton added a commit to jamesnetherton/camel-quarkus that referenced this issue Sep 24, 2024
@github-actions github-actions bot added this to the 3.16.0 milestone Sep 24, 2024
jamesnetherton added a commit to jamesnetherton/camel-quarkus that referenced this issue Sep 24, 2024
jamesnetherton added a commit that referenced this issue Sep 24, 2024
JiriOndrusek pushed a commit to JiriOndrusek/camel-quarkus that referenced this issue Sep 27, 2024
JiriOndrusek pushed a commit to JiriOndrusek/camel-quarkus that referenced this issue Sep 27, 2024
JiriOndrusek pushed a commit to jboss-fuse/camel-quarkus that referenced this issue Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant