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 2022/01/11 07:38:31 UTC

[GitHub] [camel-quarkus] jamesnetherton commented on issue #3402: [quarkus-main]crypto test failure in native mode

jamesnetherton commented on issue #3402:
URL: https://github.com/apache/camel-quarkus/issues/3402#issuecomment-1009672992


   Seems there's now a new error:
   
   ```
   Caused by: com.oracle.svm.core.jdk.UnsupportedFeatureError: Trying to verify a provider that was not registered at build time: BC version 1.7. All providers must be registered and verified in the Native Image builder. 
   	at com.oracle.svm.core.util.VMError.unsupportedFeature(VMError.java:87)
   	at javax.crypto.JceSecurity.getVerificationResult(JceSecurity.java:367)
   	at javax.crypto.Cipher.getInstance(Cipher.java:690)
   	at javax.crypto.Cipher.getInstance(Cipher.java:625)
   	at org.bouncycastle.jcajce.util.NamedJcaJceHelper.createCipher(Unknown Source)
   	at org.bouncycastle.openpgp.operator.jcajce.OperatorHelper.createCipher(Unknown Source)
   	at org.bouncycastle.openpgp.operator.jcajce.OperatorHelper.createStreamCipher(Unknown Source)
   	at org.bouncycastle.openpgp.operator.jcajce.JcePGPDataEncryptorBuilder$MyPGPDataEncryptor.<init>(Unknown Source)
   	at org.bouncycastle.openpgp.operator.jcajce.JcePGPDataEncryptorBuilder.build(Unknown Source)
   	at org.bouncycastle.openpgp.PGPEncryptedDataGenerator.open(Unknown Source)
   	at org.bouncycastle.openpgp.PGPEncryptedDataGenerator.open(Unknown Source)
   	at org.apache.camel.converter.crypto.PGPKeyAccessDataFormat.marshal(PGPKeyAccessDataFormat.java:239)
   	at org.apache.camel.support.processor.MarshalProcessor.process(MarshalProcessor.java:64)
   	... 44 more
   ```
   
   https://github.com/apache/camel-quarkus/runs/4771122780?check_suite_focus=true


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org