PKIX path building failed or unable to find valid certification path to requested target

“PKIX path building failed” or “unable to find valid certification path to requested target”

This tutorial guides on how to resolve “PKIX path building failed” or “unable to find valid certification path to requested target” error while trying to open Websocket connection or SSL connection . “PKIX path building failed” or “unable to find… Read More!

virtualbox fails open session with verr nem map pages failed

VirtualBox fails to open a session with VERR_NEM_MAP_PAGES_FAILED

This tutorial guides you on how to resolve NEM failed to map page(s) into the VM. (VERR_NEM_MAP_PAGES_FAILED) i.e., Virtual box failed to open a session for the virtual machine. VirtualBox fails to open a session with VERR_NEM_MAP_PAGES_FAILED You might be facing… Read More!

Generate merged code coverage report for JUnit and BDD tests in Sonar using Jacoco

Generate merged code coverage report for JUnit and BDD tests in Sonar using Jacoco

This tutorial guides you on how to generate generate merged code coverage report for JUnit and BDD tests in Sonar using Jacoco in Jenkins pipeline. If you wanted to achieve the Code Coverage criteria (%) with both Junit and BDD… Read More!