How to Fix the PKIX Certificate Error After Upgrading SonarQube

After I updated SonarQube to version 9.7, I got this strange entry in the logs: Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target Should you run into the same error, append a ;encrypt=false to the connection string to your SQL Server database:

I saw a …

Read more

My Highlights of NDC Oslo 2022

Back in Oslo at last. After an online edition of NDC Oslo in 2020 and the travel restrictions at the start of the Omicron wave in 2021, I haven’t been to Oslo for a while. Visiting in September is in many ways different from June. It is colder, and it gets dark early (around 7 …

Read more

NDC Oslo 2022 Workshop: Code That Fits in Your Head

Developers spend a lot more time on reading code than writing it. Therefore, if we want to get more effective, we must take a deep look at the reading part. In this Workshop Mark Seemann uses a set of heuristics to address the common obstacles developers face when it comes to understanding code. Keep in …

Read more

What to Do if Visual Studio Cannot Run Your ASP.Net Application Outside of the Debugger

After a long time, I am back at an annoying problem with Visual Studio. One ASP.Net application works when I start it through “With Debugging“, but it fails when I try “Run Without Debugging“: The error I get is this one: Unable to launch the IIS Express Web server. Output for IIS Express: Failed to …

Read more