-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Night Che Code fails to start #21708
Comments
Thank you @ebramirez for reporting it. We're already investigating it. |
From the editor's container logs I see that VS Code is started successfully:
But Dashboard shows: |
yes, I noticed it as well... |
it seems entrypoint specify port listening number to be 3100 (with --port 3100) but real listening port is on 8000 (so either flag is ignored or skipped) |
The problem is that before the last changes from upstream VS Code run on port 3100:
but now it's on port 8000 |
yes, I've just noticed that |
executing command |
While we're investigating it, it's possible to start VS Code in Che from one of the previous images, |
The suspicious commit: microsoft/vscode@519b06e |
fixed |
Describe the bug
In the Developer Sandbox, a Workspace using Che Code nightly fails to start with the error:
devworkspace failed to progress past phase 'Starting' for longer than timeout (5m)
.Che version
7.50
Steps to reproduce
Expected behavior
Workspace opens normally.
Runtime
OpenShift
Screenshots
No response
Installation method
OperatorHub
Environment
Dev Sandbox (workspaces.openshift.com)
Eclipse Che Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: