You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/10/13 08:46:08 UTC

[GitHub] [camel-quarkus] rernas35 opened a new issue #1910: SnappyCompression fails while building native image

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


   Using camel-quarkus-cassandraql with version of 1.1.0 and getting the following error ; 
   
   Error: could not find target method: protected io.netty.buffer.ByteBuf com.datastax.oss.driver.internal.core.protocol.SnappySubstitution.compressHeap(io.netty.buffer.ByteBuf)
   com.oracle.svm.core.util.UserError$UserException: could not find target method: protected io.netty.buffer.ByteBuf com.datastax.oss.driver.internal.core.protocol.SnappySubstitution.compressHeap(io.netty.buffer.ByteBuf)
   	at com.oracle.svm.core.util.UserError.abort(UserError.java:68)
   	at com.oracle.svm.hosted.substitute.AnnotationSubstitutionProcessor.findOriginalMethod(AnnotationSubstitutionProcessor.java:637)
   	at com.oracle.svm.hosted.substitute.AnnotationSubstitutionProcessor.handleMethodInAliasClass(AnnotationSubstitutionProcessor.java:330)
   	at com.oracle.svm.hosted.substitute.AnnotationSubstitutionProcessor.handleAliasClass(AnnotationSubstitutionProcessor.java:302)
   	at com.oracle.svm.hosted.substitute.AnnotationSubstitutionProcessor.handleClass(AnnotationSubstitutionProcessor.java:274)
   	at com.oracle.svm.hosted.substitute.AnnotationSubstitutionProcessor.init(AnnotationSubstitutionProcessor.java:230)
   	at com.oracle.svm.hosted.NativeImageGenerator.createDeclarativeSubstitutionProcessor(NativeImageGenerator.java:915)
   	at com.oracle.svm.hosted.NativeImageGenerator.setupNativeImage(NativeImageGenerator.java:852)
   	at com.oracle.svm.hosted.NativeImageGenerator.doRun(NativeImageGenerator.java:553)
   	at com.oracle.svm.hosted.NativeImageGenerator.lambda$run$0(NativeImageGenerator.java:468)
   	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)
   Error: Image build request failed with exit status 1


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [camel-quarkus] ppalaga commented on issue #1910: SnappyCompression fails while building native image

Posted by GitBox <gi...@apache.org>.
ppalaga commented on issue #1910:
URL: https://github.com/apache/camel-quarkus/issues/1910#issuecomment-716399678


   Closing as duplicate of #1355


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [camel-quarkus] jamesnetherton commented on issue #1910: SnappyCompression fails while building native image

Posted by GitBox <gi...@apache.org>.
jamesnetherton commented on issue #1910:
URL: https://github.com/apache/camel-quarkus/issues/1910#issuecomment-707596749


   Native builds for `camel-quarkus-cassandraql` isn't really supported at the moment. See https://github.com/apache/camel-quarkus/issues/1355. @JiriOndrusek can work on native support progress now that some of the issues seem to have been resolved?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [camel-quarkus] JiriOndrusek commented on issue #1910: SnappyCompression fails while building native image

Posted by GitBox <gi...@apache.org>.
JiriOndrusek commented on issue #1910:
URL: https://github.com/apache/camel-quarkus/issues/1910#issuecomment-707601100


   @jamesnetherton @rernas35 I'll look into current state to see if more work could be done.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [camel-quarkus] JiriOndrusek commented on issue #1910: SnappyCompression fails while building native image

Posted by GitBox <gi...@apache.org>.
JiriOndrusek commented on issue #1910:
URL: https://github.com/apache/camel-quarkus/issues/1910#issuecomment-718598204


   @rernas35 Cassandra extension is still blocked. See https://github.com/apache/camel-quarkus/issues/1355#issuecomment-718595635


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [camel-quarkus] ppalaga closed issue #1910: SnappyCompression fails while building native image

Posted by GitBox <gi...@apache.org>.
ppalaga closed issue #1910:
URL: https://github.com/apache/camel-quarkus/issues/1910


   


----------------------------------------------------------------
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:
users@infra.apache.org