Similar to this question, but the Spring "Boot Dashboard" doesn't show as starting (the 'up arrow' icon); specifically the first two applications in the list below.
I could care less about the icon, but the resulting impact is that the applications cannot shutdown via the Boot Dashboard (required kill -9
).
The applications start without any problem:
Started Application in 1.337 seconds (JVM running for 1.998)
All three applications are using the latest spring-boot-starter-parent
version, 1.3.1.RELEASE
.
The third application's start is reflected correctly, but I'm not sure where to look--within STS or within my app config--to troubleshoot the issue.
My STS version is:
Version: 3.7.2.RELEASE
Build Id: 201511261048
Platform: Eclipse Mars.1 (4.5.1)