Problem with Spring-boot and Intelij task stopping
I have Spring-boot application and I run them in IntelliJ by standard IDE runner with command spring-boot:run. Everything is ok. Problem is happened when I try trigger stop process and reload app after changes in code.
Stopping are don't finish in IDE and I can't run another process from IDE:


Very strange is I can run in this moment "Debug" or "Coverage" and then app start normal as long to stop moment (java process must be killed, problem is with intelliJ)
Another strange behavior is when i run some of app service. After trigger stop event in IDE, I can one time open a service (e.g REST in browser) and next service open kill the process in intelliJ (and now I can relaunch app in IDE).

Is a bug of intelliJ or my config is broken?
Please sign in to leave a comment.
Could be an issue caused by the antivirus/firewall.
Need the thread dumps from the IDE process to confirm: https://intellij-support.jetbrains.com/hc/articles/206544899 (at the moment when IDE stops responding, using jstack).
Also check the logs for error (https://intellij-support.jetbrains.com/hc/articles/207241085).
Might be easier to report a bug at https://youtrack.jetbrains.com/issues/IDEA so that you can attach the files directly.