What are you trying to accomplish?
- Support a new language?
- Extend an existing one? Which one?
- Add language-agnostic features?
- Something else?
What’s your specific coding challenge in developing your plugin?
And, if relevant, please share the code that’s giving you problems:
Subject: SonarQube Failing to Connect to Azure SQL – Missing MSAL4J
Hi Team,
Our SonarQube instance is failing to connect to the Azure SQL database due to a missing MSAL4J (Microsoft Authentication Library for Java), which is required for ActiveDirectoryPassword authentication. I encountered the following error:
Caused by: com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: Failed to load MSAL4J Java library for performing ActiveDirectoryPassword authentication.
... 48 common frames omitted
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Failed to load MSAL4J Java library for performing ActiveDirectoryPassword authentication.
However, I have already created a ConfigMap and mounted it as an extra volume in my configuration file.
Could you please provide guidance on how to resolve this issue and ensure the necessary library is available?
Looking forward to your support.
Best regards,