[DOCKER] "The Language Support for Java server crashed 5 times in the last 3 minutes. The server will not be restarted."

「The Language Support for Java server crashed 5 times in the last 3 minutes. The server will not be restarted.」 I was swayed by this error, so I will leave it as a memorandum.

Appropriate because it is my memo

The beginning

I want to set up a Java environment using Docker ...

Let's try this article as a reference! https://blog.kondoumh.com/entry/2019/09/22/100000

スクリーンショット 2020-04-03 20.38.29.png

Yes? ?? ?? I can't do that.

What came out when I looked it up

I don't know, so search by copying the error content This came out. http://wiki.tk2kpdn.com/language-support-for-java-error-in-vscode/

Would you like to uninstall and start over settings.json? Troublesome to uninstall ... But is this the only one ...

Problems when uninstalling

In the article Delete user settings. (C: \ Users \ (user name) \ AppData \ Roaming \ Code \ User)

This AppData folder is not on my mac! !! Where is it? ??

Examined

https://www.atmarkit.co.jp/ait/articles/1810/12/news026.html

Windows:% APPDATA% \ Code \ User folder macOS: ~ / Library / Application Support / Code / User folder Linux: ~ / .config / Code / User folder

It seems. I found it when I opened the terminal. So I rm the User file.

And I reinstalled it.

スクリーンショット 2020-04-03 21.04.25.png Wow!

the end

Recommended Posts

"The Language Support for Java server crashed 5 times in the last 3 minutes. The server will not be restarted."
The story that the Servlet could not be loaded in the Java Web application
must not return in the for statement
[Java] [Microsoft] Things to be aware of when including the JDBC driver for SQL Server in one jar
ChatWork4j for using the ChatWork API in Java
Solution for NetBeans 8.2 not working in Java 9 environment
Set pop-up display for Java language in vim.
The story that the variable initialization method called in the Java constructor should not be overridden