'IllegalArgumentException("Null KeyStore name") while trying to debug SpringBoot App
I`ve got IllegalArgumentException("Null KeyStore name") in PolicyUtil.java while trying to debug SpringBoot App. Debugging in every other project, including SpringBoot projects, works fine. I tried to change Java version - tried 11, 17 but it was useless.
KeyStore details empty Appreciate any help.
Solution 1:[1]
It's because you have an exception breakpoint configured. You've to click on the little storm on the sidebar to remove it and it'll work.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 |