Dear Community,
I’m having this error in DevOps Platform Integration using GitHub. I’m trying to configure the PR Decoration. I’m already modified permissions on my GitHub App, but nothing works. I’m guessing that’s another problem.
You have the following errors in your configuration:
- Could not create Github client - class org.bouncycastle.asn1.pkcs.PrivateKeyInfo cannot be cast to class org.bouncycastle.openssl.PEMKeyPair (org.bouncycastle.asn1.pkcs.PrivateKeyInfo and org.bouncycastle.openssl.PEMKeyPair are in unnamed module of loader ‘app’)
In cannot understand if it’s a problem with my Java version or something else.
Any ideas?
My Env: * SonarQube 9.0.1.46107/Alpine Docker 3.14/OpenJDK 11.0.11+9-alpine-r0 (from the dockerfile provided by Sonar on GitHub).
Thanks a lot!