Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Java server crash on codercom/code-server #1326

Closed
karngyan opened this issue Mar 12, 2020 · 3 comments
Closed

Multiple Java server crash on codercom/code-server #1326

karngyan opened this issue Mar 12, 2020 · 3 comments

Comments

@karngyan
Copy link

Currently, I have v0.47.0 running on code-server. I tried to upgrade it to v0.55.1

It crashes multiple times with the following logs:

...
{
  message: 'The Language Support for Java server crashed 5 times in the last 3 minutes. The server will not be restarted.',
  level: 'error',
  timestamp: '2020-03-12 08:19:21.172'
}
{
  message: '[Error - 8:19:21 AM] Connection to server got closed. Server will not be restarted.',
  level: 'info',
  timestamp: '2020-03-12 08:19:21.174'
}

Complete log file

Any update on the support of the above version is highly appreciated.

Environment
  • Operating System: Ubuntu 18.04
  • JDK version: 8
  • Code Server Version: 2.1698-vsc1.41.1
@fbricon
Copy link
Collaborator

fbricon commented Mar 12, 2020

There in your logs: 'java.io.FileNotFoundException: /home/crio-user/.vscode-builtin-extensions/redhat.java-0.55.1/server/config_linux/1584001160258.log (Permission denied)

@fbricon
Copy link
Collaborator

fbricon commented Mar 12, 2020

It's a change introduced by #1301

@fbricon
Copy link
Collaborator

fbricon commented Mar 12, 2020

Can you make ExtensionContext#globalStoragePath writable?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants