sts4 icon indicating copy to clipboard operation
sts4 copied to clipboard

STS runs for ever when lauching VM for springboot applications

Open vemanamar opened this issue 2 years ago • 3 comments

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.

  1. Selected a Spring Boot application
  2. Ran it as Spring Boot App
  3. In progress bar, progess is shown as launching virtual machine. It lasts there for ever
  4. 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 image

vemanamar avatar Oct 27 '23 08:10 vemanamar

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?

BoykoAlex avatar Nov 01 '23 14:11 BoykoAlex

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?

K6-Rakshith avatar Nov 03 '23 05:11 K6-Rakshith

Hi All, Thanks for you responses. I will create a sample project and share the details with you all.

vemanamar avatar Nov 07 '23 05:11 vemanamar