Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IllegalArgumentException("Null KeyStore name") while trying to debug SpringBoot App [closed]

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.

like image 744
Aliaksei Hardzeyeu Avatar asked Sep 01 '25 22:09

Aliaksei Hardzeyeu


1 Answers

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.

like image 89
Liffy Avatar answered Sep 03 '25 17:09

Liffy