n-tropy247 commented on issue #4439:
URL: https://github.com/apache/netbeans/issues/4439#issuecomment-1250347722

   This is also affecting NB 15. Stack trace:
   
   ```
   INFO [org.netbeans.modules.git]: 
org.eclipse.jgit.api.errors.JGitInternalException: missing credentials provider
   org.bouncycastle.openpgp.PGPException: missing credentials provider
        at 
org.eclipse.jgit.lib.internal.BouncyCastleGpgKeyPassphrasePrompt.getPassphrase(BouncyCastleGpgKeyPassphrasePrompt.java:87)
        at 
org.eclipse.jgit.lib.internal.BouncyCastleGpgKeyLocator.findSecretKeyForKeyBoxPublicKey(BouncyCastleGpgKeyLocator.java:438)
        at 
org.eclipse.jgit.lib.internal.BouncyCastleGpgKeyLocator.findSecretKey(BouncyCastleGpgKeyLocator.java:335)
        at 
org.eclipse.jgit.lib.internal.BouncyCastleGpgSigner.locateSigningKey(BouncyCastleGpgSigner.java:91)
        at 
org.eclipse.jgit.lib.internal.BouncyCastleGpgSigner.sign(BouncyCastleGpgSigner.java:100)
   Caused: org.eclipse.jgit.api.errors.JGitInternalException: missing 
credentials provider
        at 
org.eclipse.jgit.lib.internal.BouncyCastleGpgSigner.sign(BouncyCastleGpgSigner.java:129)
        at org.eclipse.jgit.api.CommitCommand.call(CommitCommand.java:242)
        at 
org.netbeans.libs.git.jgit.commands.CommitCommand.run(CommitCommand.java:138)
   Caused: org.netbeans.libs.git.GitException
        at 
org.netbeans.libs.git.jgit.commands.CommitCommand.run(CommitCommand.java:153)
        at 
org.netbeans.libs.git.jgit.commands.GitCommand$1.run(GitCommand.java:57)
        at 
org.netbeans.libs.git.jgit.commands.GitCommand$1.run(GitCommand.java:54)
        at 
java.base/java.security.AccessController.doPrivileged(AccessController.java:569)
        at 
org.netbeans.libs.git.jgit.commands.GitCommand.execute(GitCommand.java:54)
        at org.netbeans.libs.git.GitClient.commit(GitClient.java:480)
        at org.netbeans.modules.git.client.GitClient$9.call(GitClient.java:297)
        at org.netbeans.modules.git.client.GitClient$9.call(GitClient.java:293)
        at 
org.netbeans.modules.git.client.GitClient$CommandInvoker$1$1.call(GitClient.java:933)
        at 
org.netbeans.modules.git.client.GitClient$CommandInvoker$1.call(GitClient.java:956)
        at 
org.netbeans.modules.git.FilesystemInterceptor.runWithoutExternalEvents(FilesystemInterceptor.java:473)
        at org.netbeans.modules.git.Git.runWithoutExternalEvents(Git.java:259)
        at 
org.netbeans.modules.git.client.GitClient$CommandInvoker.runMethodIntern(GitClient.java:966)
        at 
org.netbeans.modules.git.client.GitClient$CommandInvoker.runMethod(GitClient.java:893)
        at 
org.netbeans.modules.git.client.GitClient$CommandInvoker.access$300(GitClient.java:869)
        at org.netbeans.modules.git.client.GitClient.commit(GitClient.java:293)
        at 
org.netbeans.modules.git.ui.commit.CommitAction$CommitProgressSupport.commit(CommitAction.java:343)
   [catch] at 
org.netbeans.modules.git.ui.commit.CommitAction$CommitProgressSupport.perform(CommitAction.java:234)
        at 
org.netbeans.modules.git.client.GitProgressSupport.performIntern(GitProgressSupport.java:92)
        at 
org.netbeans.modules.git.client.GitProgressSupport.run(GitProgressSupport.java:85)
        at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
        at 
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
        at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
        at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
   ```


-- 
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: [email protected]

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to