jamesnetherton opened a new issue #2204:
URL: https://github.com/apache/camel-quarkus/issues/2204


   /CC @ppalaga 
   
   `quarkus-master` branch build fails for the new azure extensions in native 
mode:
   
   ```
   [camel-quarkus-integration-test-azure-eventhubs-1.7.0-SNAPSHOT-runner:25]    
 analysis: 112,976.11 ms,  2.37 GB
   Error: Classes that should be initialized at run time got initialized during 
image building:
    io.netty.util.NetUtil the class was requested to be initialized at run time 
(from feature io.quarkus.runner.AutoFeature.beforeAnalysis). To see why 
io.netty.util.NetUtil got initialized use 
--trace-class-initialization=io.netty.util.NetUtil
   
   com.oracle.svm.core.util.UserError$UserException: Classes that should be 
initialized at run time got initialized during image building:
    io.netty.util.NetUtil the class was requested to be initialized at run time 
(from feature io.quarkus.runner.AutoFeature.beforeAnalysis). To see why 
io.netty.util.NetUtil got initialized use 
--trace-class-initialization=io.netty.util.NetUtil
   
        at com.oracle.svm.core.util.UserError.abort(UserError.java:68)
        at 
com.oracle.svm.hosted.classinitialization.ConfigurableClassInitialization.checkDelayedInitialization(ConfigurableClassInitialization.java:539)
        at 
com.oracle.svm.hosted.classinitialization.ClassInitializationFeature.duringAnalysis(ClassInitializationFeature.java:226)
        at 
com.oracle.svm.hosted.NativeImageGenerator.lambda$runPointsToAnalysis$8(NativeImageGenerator.java:740)
        at 
com.oracle.svm.hosted.FeatureHandler.forEachFeature(FeatureHandler.java:70)
        at 
com.oracle.svm.hosted.NativeImageGenerator.runPointsToAnalysis(NativeImageGenerator.java:740)
        at 
com.oracle.svm.hosted.NativeImageGenerator.doRun(NativeImageGenerator.java:563)
        at 
com.oracle.svm.hosted.NativeImageGenerator.lambda$run$0(NativeImageGenerator.java:476)
        at 
java.base/java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1407)
        at 
java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
        at 
java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
        at 
java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
        at 
java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
        at 
java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
   ```


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to