-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Activating extension 'redhat.java' failed. Cannot read property 'join' of null. #1163
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
Comments
We're getting reports it works fine in other systems, might be a Firefox-specific issue since extensions also has a client-side worker working while its backend runs. |
I'm getting the same error here, in firefox and chromium(74). I'm running ubuntu 16.04 |
I am getting the same result on Chrome too. Can you inspect the Dockerfile to see if I'm missing something? Thanks |
Not sure if this makes a difference but I'm not using docker, I just downloaded the binary and ran it. |
Having the same problem using the latest Docker image and Firefox developer edition 71.0b8:
If a web worker problem is suspected, there's an error on the JS console that seems relevant:
navigating to this "service-worker.js" from within the browser, I could see it's actually an HTML page, so the complaint looks legit. BTW my set up uses HTTPS terminated by Nginx and forwards everything to the plaintext HTTP port of coder-server, so I don't expect a problem caused by Nginx when forwarding "service-worker.js". |
Same error with chrome(78) and binary running on debian 9(deepin 15) |
If it helps, the |
Probably need to do some investigation CC @code-asher |
From what I've seen (#1136 (comment)) the
But we need to look into our marketplace and figure out why this is failing to fully build. At least, I think that's the source of the problem. |
Linked the wrong comment. Here's the right one: #1136 (comment) |
Huh, but if earlier images don't have the problem then the issue could be in the install phase in code-server rather than our marketplace. |
@code-asher I'm seeing a similar problem with Edit: looks like #1171 is open for this particular extension. |
same issue not docker version install manually code-server2.1688-vsc1.39.2-linux-x86_64.tar.gz I have JDK installed and java.home set in settings.json. system env have JAVA_HOME JDK_HOME too. code-server2.1688-vsc1.39.2-linux-x86_64.tar.gz extensions folder no package.json so npm install will do nothing |
@code-asher @sr229 is there an update on this and similar issues with files missing in extensions downloaded from the Code Server marketplace? |
See #1299 |
Description
I am trying to run a Java project but the extensions don't get activated. I have JDK installed and
java.home
set insettings.json
.Steps to Reproduce
localhost:8080
The text was updated successfully, but these errors were encountered: