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 2021/02/08 08:01:12 UTC

[GitHub] [camel-quarkus] lburgazzoli opened a new issue #2210: camel-quarkus-git: integration test fail if gpg signin is enabled

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


   In my set-up I have GPG signing enabled on git, with the following config in .gitconfig
   
   ```
   [commit]
       gpgsign = true
   [gpg]
       program = gpg2
   ```
   
   The git integration test fails with the following exception:
   
   ```
   Caused by: org.eclipse.jgit.api.errors.ServiceUnavailableException: Signing service is not available
   	at org.eclipse.jgit.api.CommitCommand.call(CommitCommand.java:247)
   	at org.apache.camel.component.git.producer.GitProducer.doCommit(GitProducer.java:336)
   	at org.apache.camel.component.git.producer.GitProducer.process(GitProducer.java:121)
   	at org.apache.camel.support.AsyncProcessorConverterHelper$ProcessorToAsyncProcessorBridge.process(AsyncProcessorConverterHelper.java:66)
   	at org.apache.camel.impl.engine.SharedCamelInternalProcessor.process(SharedCamelInternalProcessor.java:218)
   	at org.apache.camel.impl.engine.SharedCamelInternalProcessor$1.process(SharedCamelInternalProcessor.java:112)
   	at org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager.process(DefaultAsyncProcessorAwaitManager.java:83)
   	at org.apache.camel.impl.engine.SharedCamelInternalProcessor.process(SharedCamelInternalProcessor.java:109)
   	at org.apache.camel.support.cache.DefaultProducerCache.send(DefaultProducerCache.java:189)
   	at org.apache.camel.impl.engine.DefaultProducerTemplate.send(DefaultProducerTemplate.java:176)
   	at org.apache.camel.impl.engine.DefaultProducerTemplate.send(DefaultProducerTemplate.java:172)
   	at org.apache.camel.impl.engine.DefaultProducerTemplate.send(DefaultProducerTemplate.java:158)
   	at org.apache.camel.impl.engine.DefaultProducerTemplate.sendBodyAndHeader(DefaultProducerTemplate.java:229)
   ```


----------------------------------------------------------------
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 closed issue #2210: camel-quarkus-git: integration test fail if gpg signing is enabled

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


   


----------------------------------------------------------------
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] lburgazzoli commented on issue #2210: camel-quarkus-git: integration test fail if gpg signin is enabled

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


   Maybe this helps: https://stackoverflow.com/questions/33804097/prevent-jgit-from-reading-the-native-git-config


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