jamesnetherton opened a new issue, #4467: URL: https://github.com/apache/camel-quarkus/issues/4467
``` 2023-02-01T04:15:36.7285943Z Error: Class initialization of org.apache.neethi.builders.converters.OMToDOMConverter failed. This error is reported at image build time because class org.apache.neethi.builders.converters.OMToDOMConverter is registered for linking at image build time by command line Use the option --initialize-at-run-time=org.apache.neethi.builders.converters.OMToDOMConverter to explicitly request delayed initialization of this class. 2023-02-01T04:15:36.7286881Z Detailed message: 2023-02-01T04:15:36.7287018Z 2023-02-01T04:15:36.7288222Z com.oracle.svm.core.util.UserError$UserException: Class initialization of org.apache.neethi.builders.converters.OMToDOMConverter failed. This error is reported at image build time because class org.apache.neethi.builders.converters.OMToDOMConverter is registered for linking at image build time by command line Use the option --initialize-at-run-time=org.apache.neethi.builders.converters.OMToDOMConverter to explicitly request delayed initialization of this class. 2023-02-01T04:15:36.7289111Z Detailed message: 2023-02-01T04:15:36.7289222Z 2023-02-01T04:15:36.7289466Z at org.graalvm.nativeimage.builder/com.oracle.svm.core.util.UserError.abort(UserError.java:85) 2023-02-01T04:15:36.7290021Z at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.FallbackFeature.reportAsFallback(FallbackFeature.java:248) 2023-02-01T04:15:36.7290656Z at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGenerator.runPointsToAnalysis(NativeImageGenerator.java:776) 2023-02-01T04:15:36.7291277Z at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGenerator.doRun(NativeImageGenerator.java:578) 2023-02-01T04:15:36.7291838Z at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGenerator.run(NativeImageGenerator.java:535) 2023-02-01T04:15:36.7292449Z at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGeneratorRunner.buildImage(NativeImageGeneratorRunner.java:403) 2023-02-01T04:15:36.7293097Z at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGeneratorRunner.build(NativeImageGeneratorRunner.java:580) 2023-02-01T04:15:36.7293727Z at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGeneratorRunner.main(NativeImageGeneratorRunner.java:128) 2023-02-01T04:15:36.7295243Z Caused by: com.oracle.graal.pointsto.constraints.UnsupportedFeatureException: Class initialization of org.apache.neethi.builders.converters.OMToDOMConverter failed. This error is reported at image build time because class org.apache.neethi.builders.converters.OMToDOMConverter is registered for linking at image build time by command line Use the option --initialize-at-run-time=org.apache.neethi.builders.converters.OMToDOMConverter to explicitly request delayed initialization of this class. 2023-02-01T04:15:36.7296217Z Detailed message: 2023-02-01T04:15:36.7296331Z 2023-02-01T04:15:36.7296666Z at org.graalvm.nativeimage.pointsto/com.oracle.graal.pointsto.constraints.UnsupportedFeatures.report(UnsupportedFeatures.java:126) 2023-02-01T04:15:36.7299669Z at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGenerator.runPointsToAnalysis(NativeImageGenerator.java:771) 2023-02-01T04:15:36.7300087Z ... 5 more 2023-02-01T04:15:36.7300544Z Caused by: java.lang.NoClassDefFoundError: org/apache/axiom/om/OMException 2023-02-01T04:15:36.7300970Z at java.base/jdk.internal.misc.Unsafe.ensureClassInitialized0(Native Method) 2023-02-01T04:15:36.7301420Z at java.base/jdk.internal.misc.Unsafe.ensureClassInitialized(Unsafe.java:1155) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org