STS runs for ever when lauching VM for springboot applications
Describe the bug When launching spring boot application STS runs for ever showing status as launching VM
To Reproduce This is not a consistent behaviour.
- Selected a Spring Boot application
- Ran it as Spring Boot App
- In progress bar, progess is shown as launching virtual machine. It lasts there for ever
- only remedy is to close STS and restart a new session.
Following is my PC Configuration:
13th Gen Intel(R) Core(TM) i7-1365U 1.80 GHz
32.0 GB RAM
I don't see this behaviour with our sample projects...
Any chance you can reproduce the issue with a sample project and share the workspace including the project with us?
Did you try to launch your app as a plain Java App?
If your Spring Boot application is suspected to be the source of the issue, you can employ debugging tools to pinpoint and address the problems. You can insert breakpoints within your code and utilize an integrated development environment (IDE) such as IntelliJ IDEA or Eclipse to systematically analyze the code execution and pinpoint the location where the application encounters a blockage. Or can you share the minimum piece of code so that I can run it locally and solve it?
Hi All, Thanks for you responses. I will create a sample project and share the details with you all.