- This topic has 5 replies, 3 voices, and was last updated 7 years, 3 months ago by miroki.
-
AuthorPosts
-
Torben Holmbæck ClausenParticipantHi
If you use “darkest dark” theme and try to start a SpringBoot application through the BootDashboard from STS plugin , eclipse hangs. It will eventually continue, but if you try to do something with the console, it will start to hang again.
Workaround is to turn off the “Enable ANSI console output” in the “Spring Boot App” configuration.
/Torben
support-swapnaModeratorTorben,
Sorry that you are seeing this issue. I could not replicate the issue at my end with Eclipse Neon + STS and Darkest Dark theme.
Can you please give us some more details for further investigation ?
1. Please share with us Eclipse and STS version details. Also share with us the version of ANSI Console plugin from Help > About Eclipse > Installation Details > Installed Software.
2. Can you please send us few thread dumps of java process during the time Eclipse hangs ?
Here is Eclipse page on how to get thread dump: https://wiki.eclipse.org/How_to_report_a_deadlock .
I prefer to use jstack [pid] > thread_dump.txt.Please let me know if you have trouble getting the thread dump.
–Swapna
MyEclipse Support
Torben Holmbæck ClausenParticipantDarkestDarkTheme 1.7.2.201703011712
Spring Tool Suite
Version: 3.8.3.RELEASE
Build Id: 201612191351
Platform: Eclipse Neon.2 (4.6.2)STS includes – ANSI Console 1.3.3.201605090119
Eclipse Platform
Version: 4.6.2.v20161124-1529
Build id: M20161124-1400I will try to get at few dumps
Torben Holmbæck ClausenParticipantHi, I have created to threaddumps. One when eclipse hangs while staring applicartion (once started and no more logging coours, eclipse starts running again), and another when trying to scroll after startup finished and eclipse is responsive again.
/Torben
- This reply was modified 7 years, 8 months ago by Torben Holmbæck Clausen.
Attachments:
You must be logged in to view attached files.
support-swapnaModeratorTorben,
Apologies for the delayed response. Thank you for the details and the thread dumps.
I have filed a bug report with the dev team to investigate further. We will keep you posted when we have more information about the fix.We recently released an update to 2017 CI 3, CI 3b. If you haven’t yet updated, then please update to 2017 CI 3b from menu Help > Check for Updates and check if the issue persists.
Sorry for inconvenience caused.
–Swapna
MyEclipse Support
mirokiParticipantIt’s funny though, but my Spring Tool Suite does exactly the same thing (dark theme + run as spring boot app+ansi) And the post owner’s solution works in STS, too. or if I change theme back to default;
Guess it’s to do with theme+ANSI compatibility. just my two cents
-
AuthorPosts